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

Create New Post Contact Us

Cascade Delete & Restore when using SoftDeletes

Laravels Soft Deleting allows you to retain deleted records in your database so they can be used or restored at a later point. Restoring deleted records is great if a mistake is made and you need to revert and retaining deleted data can often be usef

Cascade Delete & Restore when using SoftDeletes

Pagination with Vue and Laravel

JellyBool has shared his code to help us learning about pagination with Vue and Laravel.

Pagination with Vue and Laravel

Integrating Elasticsearch with Your Laravel app

Tony Messias has written a nice tutorial about integrating Elasticsearch with our Laravel application.

Searching is an important part of many applications, and it is most of the time treated as a simple task. “Just query using LIKE and you&r

Simple Search with Laravel and ElasticSearch

Mitch has written a nice tutorial about using ElasticSearch with Laravel 5.

Simple Search with Laravel and ElasticSearch

Validate & Sanitize User Input to help prevent dirty databases and XSS exploits

William shares his tips about using Laravel validation feature to ensure that all users' inputs are correct.

Validate & Sanitize User Input to help prevent dirty databases and XSS exploits

Conditionally adding instructions to laravel's query builder

Mohamed Said has another useful tutorial about conditionally adding instructions to Laravel's query builder.

Conditionally adding instructions to laravel's query builder

Building and testing Artisan Commands

Mohamed Said has written a very nice tutorial about buiding and testing our own Artisan Commands in Laravel 5.

Building and testing Artisan Commands

Laravel Generator - Get your APIs and Admin Panel ready in minutes

InfyOm Technologies has created a good Laravel package to generate APIs and scaffold CRUD. It's free and very useful. Check it out!

Laravel Generator - Get your APIs and Admin Panel ready in minutes