A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

Rebuilding My Blog in Vue - Part 1

Michael Thiessen shows us the reasons why he chose Vue.js to build his blog.

Rebuilding My Blog in Vue - Part 1

Manipulating request data before performing validation in Laravel

When using form request classes, it can be really handy to be able to manipulate the request data before running any of the validation rules.

Manipulating request data before performing validation in Laravel

10 Underused Laravel Blade Directives

Adi shares 10 underused blade directives that will clean up your code and save some time in the process.

10 Underused Laravel Blade Directives

Nuxt 2.4.0 has been released! With support for TypeScript, Smart prefetching and more

Nuxt 2.4.0 has been released with support for TypeScript, HMR support for Vuex, PostCSS for components, and more.

Nuxt 2.4.0 has been released! With support for TypeScript, Smart prefetching and more

How to test your morph map in Laravel 5

Jerguš Lejko wrote a nice tutorial on how to test your morph map in Laravel 5.

 How to test your morph map in Laravel 5

 Introduction to performance optimization and lazy loading in Vue.js

Filip Rakowski wrote a nice tutorial on how to use Vue performance optimization techniques to make our apps loading instantly and perform smooth.

 Introduction to performance optimization and lazy loading in Vue.js

Best practices when designing APIs in Laravel 5

Alex Renoki shares some best practices when designing APIs in Laravel 5.

Best practices when designing APIs in Laravel 5

Create reactive database notifications easily with Reactive Laravel Notification

Reactive Laravel Notification is a new package which we can use to create reactive database notifications easily.

Create reactive database notifications easily with Reactive Laravel Notification