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

Create New Post Contact Us

A Laravel Eloquent Model trait for adding and using a uuid with models: eloquent-uuid

eloquent-uuid is a Laravel package which we can use to add UUID to a model.

A Laravel Eloquent Model trait for adding and using a uuid with models: eloquent-uuid

Laravel Persistent Configuration Repository - Manage Laravel configuration by persistent storage

This is a good package to manage Laravel configuration by persistent storage.

Laravel Persistent Configuration Repository - Manage Laravel configuration by persistent storage

How to return JSON from Laravel Form Request validation errors

James Mills has a good tutorial on how to return JSON from Laravel Form Request validation errors.

How to return JSON from Laravel Form Request validation errors

Bagisto Documentation - the fastest growing open-source Laravel eCommerce framework

Now you can easily build extensions, extend functionality and develop native mobile applications on top of bagisto using it's development and API documentation.

Bagisto Documentation - the fastest growing open-source Laravel eCommerce framework

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

A relatively automatic CRUD backend administration panel for Laravel: Otter

Otter is a Laravel package which we can use to create an admin control panel easily.

A relatively automatic CRUD backend administration panel for Laravel: Otter

Upload Images in Laravel using Ajax

If you are new to Laravel, and if you want to learn how we can upload files or images in Laravel by using Ajax, this post will help you to find a solution. Here you can find step by step tutorial and the source code also.

Upload Images in Laravel using Ajax