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

Create New Post Contact Us

Server Sent Events using Laravel and Vue.js

Chris Blackwell wrote a nice tutorial on how to subscribe to a data stream sent by a server using Server-Sent Events, Vue.js and Laravel.

Server Sent Events using Laravel and Vue.js

How to build a social network using Laravel and Stream

Christopher Vundi wrote another tutorial on how to build a social network using Laravel and Stream.

How to build a social network using Laravel and Stream

Improve the performance of our Laravel apps with Blackfire

Gilbert Pellegrom wrote a nice tutorial on how to tune a Laravel App with Blackfire. He has managed to improve the performance of his app by 1200%.

Improve the performance of our Laravel apps with Blackfire

How FormRequest validation works in Laravel

This tutorial provides some insights into Laravel's FormRequest validation.

How FormRequest validation works in Laravel

Learn how to build a Laravel 5 Ajax CRUD application from scratch

Hardik Savani wrote a nice tutorial on how to build a Laravel 5 Ajax CRUD application from scratch.

Learn how to build a Laravel 5 Ajax CRUD application from scratch

Learn how to customize the 500 Page in Laravel

justmeGareth shows us how to customize the 500 Page in Laravel

 Learn how to customize the 500 Page in Laravel

Learn how to create Real-Time Laravel Notifications with Laravel and Stream

Christopher Vundi wrote a nice tutorial on how to create Real-Time Laravel Notifications with Laravel and Stream.

Learn how to create Real-Time Laravel Notifications with Laravel and Stream

Enforcing Valid Data Access From a Form Request Object in Laravel 5

A little trick I've been implementing recently to ensure that data accessed from a Laravel request object has first been validated.

Enforcing Valid Data Access From a Form Request Object in Laravel 5

Fluent Validation Rules for Laravel

Laravel validation rules are great, but wouldn't it be awesome if there was a fluent interface for ALL the rules. Well, that's what I've put together. If you love chaining methods, and dig Laravel validation, you'll enjoy this fluent validation packa

Fluent Validation Rules for Laravel

Collect user information with Laravel Auth Checker.

Laravel Auth Checker is a plugin to collect user information (device used, location, etc.) when a user is authenticated.

Collect user information with Laravel Auth Checker.