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

Create New Post Contact Us

Laravel Model Lifecycle Events and How to use Observers in Laravel?

Laravel Observers are used to grouping all of your listeners into a single class.

Laravel Model Lifecycle Events and How to use Observers in Laravel?

How to use a UUID in an Eloquent model

Changing the primary key from an auto-incrementing integer to a UUID is really simple in Laravel Eloquent.

How to use a UUID in an Eloquent model

Laravel Performance Optimization: Guide to a Perfect Laravel Developer

Here are the few helpful steps that can be followed in Laravel Development to gain more control over performance.

Laravel Performance Optimization: Guide to a Perfect Laravel Developer

Laravel eCommerce PWA

With the help of Laravel PWA, you get features like Add to the home screen, Work Offline, Send Push Notification, Social Sharing of the product, etc.

Laravel eCommerce PWA

How to extend Query Builder in Laravel 5

Sometimes the findOrFail() (or any other default) method is not enough and you need to have a method that applies to multiple models at the same time. This article describes how to achieve this.

How to extend Query Builder in Laravel 5

Live Search in Laravel using AJAX

Create Laravel Search Box With Live Results Using AJAX jQuery.

Live Search in Laravel using AJAX

How to use Laravel Echo Server

In this article, I’ll briefly show you how to quickly whip up a working socket server and broadcast events over the server.

How to use Laravel Echo Server

How to Implement Two-Factor Authentication in Laravel Applications

bootsity shows us how to implement Two-Factor Authentication in Laravel applications.

How to Implement Two-Factor Authentication in Laravel Applications