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

Create New Post Contact Us

How to load custom JSON files into Laravel's config

I want to share my solution to load custom settings from a JSON file into Laravel’s config.

How to load custom JSON files into Laravel's config

How to alter tables in Laravel when records are in millions

Learn how to modify tables in Laravel when records are in millions.

How to alter tables in Laravel when records are in millions

5 Laravel’s Hidden Gems

By default, Laravel will check for all validation rules and return a list of errors. But if you want to stop this process after first validation failure, that’s how you can achieve it

5 Laravel’s Hidden Gems

Containerize your Laravel Application with Docker Compose

In this article, we will learn how to set up the Laravel development environment with Docker. We are going to use the Docker Compose to set up the development environment.

Containerize your Laravel Application with Docker Compose

Some of the most frequent how tos in Laravel

The post answers some of the most frequently asked questions in the world of Laravel.

Some of the most frequent how tos in Laravel

How to add SQLite as a cache driver in Laravel

In this video, you will learn how to add SQLite as a cache driver for Laravel.

How to add SQLite as a cache driver in Laravel

10 Laravel Quick Tips

These are some of the quick tips I have learned while doing development.

10 Laravel Quick Tips

How to handle events on attach, detach in many-to-many Laravel Relationships

How to handle events on attach, detach in many-to-many Laravel Relationships

How to handle events on attach, detach in many-to-many Laravel Relationships