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

Create New Post Contact Us

Easily Create Slug in Laravel for Posts

Slug is just a simplified string that comes at the end of the URL which usually refers to some specific page or post.

Easily Create Slug in Laravel for Posts

10 Laravel 7 Eloquent Tricks

Some of the features which you might often reach out for ease of use and cleaner code in your laravel project.

10 Laravel 7 Eloquent Tricks

How to Export 10M+ records in XLSX in Laravel 7.x using rap2hpoutre/fast-excel

Laravel FastExcel is intended at being Laravel-flavoured Spout, with the goal of simplifying imports and exports

How to Export 10M+ records in XLSX in Laravel 7.x using rap2hpoutre/fast-excel

Daily Automatic Database Backup in Laravel 7

In this example, we will create database:backup, and we will schedule daily this command to run.

Daily Automatic Database Backup in Laravel 7

SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel

If you're wondering how to install and work with the basic SummerNote Text Editor, read this article.

SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel

The things you should know when using Laravel and AWS

The AWS or Amazon Web Services offers several features to help companies scale in order to support millions of users.

The things you should know when using Laravel and AWS

Learn to create Multilingual Website with Laravel 7

Step by Step Laravel 7 tutorial on how to create a Multilingual Website.

Learn to create Multilingual Website with Laravel 7

Learn Laravel Polymorphic Relationship step by step with example

Laravel Polymorphic Relationship allows a model to belong to more than one other model on a single association

Learn Laravel Polymorphic Relationship step by step with example