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

Create New Post Contact Us

Create a Simple Chatbot using Botman in Laravel 5.8

Hardik Savani shows us how to create a Simple Chatbot using Botman in Laravel 5.8.

Create a Simple Chatbot using Botman in Laravel 5.8

Scaling Laravel App with Multiple Databases

In this tutorial, I'll show you how you could horizontally scale up your Laravel application by adding multiple database instances.

Scaling Laravel App with Multiple Databases

How to make any Laravel application multi-tenant in 5 minutes

Samuel Ć tancl wrote a good tutorial on how to make any Laravel application multi-tenant in a short time.

How to make any Laravel application multi-tenant in 5 minutes

How to handle front-end authorization using Laravel, Inertia and TypeScript

Freek Van der Herten wrote a good tutorial on how to handle front-end authorization using Laravel, Inertia and TypeScript.

How to handle front-end authorization using Laravel, Inertia and TypeScript

16 Laravel Pro Tips and Tricks

KH. Jebran Ali share some pro level Laravel tips that are very useful for working with Laravel.

16 Laravel Pro Tips and Tricks

How to delete data that belongs to one-to-many relationship in Laravel 5

tgugnani shares a good tip on how to delete data that belongs to one-to-many relationship in Laravel.

How to delete data that belongs to one-to-many relationship in Laravel 5

Broadcasting with Laravel, Passport, Pusher and Vue.js

Mark de Vries wrote a good tutorial on how to broadcast with Laravel, Passport, Pusher and Vue.js.

Broadcasting with Laravel, Passport, Pusher and Vue.js

Learn how to create a Laravel 5.8 File Upload with a progress Bar

In this post, we will learn how to upload files with a progress bar using Ajax in Laravel 5. If you are working in a big project, images or files may be large so you can not reduce the size of them, but you can display a progress bar to show the user

Learn how to create a Laravel 5.8 File Upload with a progress Bar