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

Create New Post Contact Us

Learn how to use multiple databases in Laravel for all queries

Hillel Coren shares a nice tip on how to use multiple databases in Laravel for all queries.

Learn how to use multiple databases in Laravel for all queries

Learn how to deploy your Laravel application

Neo Ighodaro shows us how to deploy our Laravel application.

Learn how to deploy your Laravel application

Learn how to test a Vue component

Freek Van der Herten wrote a nice tutorial on how to test Vue component. If you're working with Vue and Laravel, this is a must-read.

Learn how to test a Vue component

Getting Started with Laravel and Docker

Liam “Xdega” Hockley shows us how to use Laravel with Docker.

Getting Started with Laravel and Docker

Refactoring series: Structuring Laravel - Part 1

Jergus Lejko wrote a good tutorial on how to structure a Laravel project.

Refactoring series: Structuring Laravel - Part 1

Top 25 Laravel Interview questions and answers

Here I am sharing Top 25 laravel interview questions and answers for freshers and experienced.

Top 25 Laravel Interview questions and answers

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