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

Create New Post Contact Us

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?

Laravel 5.8 Stripe Payment Gateway Integration

In this tutorial, itsolutionstuff will guide you how to implement stripe payment gateway to your Laravel 5.8 application.

Laravel 5.8 Stripe Payment Gateway Integration

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

Live Table Editing (Add, Edit, Delete) in Laravel using jQuery

Do you know how can we perform Live table CRUD Operation in Laravel using Ajax?

Live Table Editing (Add, Edit, Delete) in Laravel using jQuery

Top 5 Most Used PHP Frameworks for Web Development 2019

Which Framework is most used in PHP? Here's a list of the best PHP Frameworks, based on popularity!

Top 5 Most Used PHP Frameworks for Web Development 2019

Laravel Performance Optimization: Guide to a Perfect Laravel Developer

Here are the few helpful steps that can be followed in Laravel Development to gain more control over performance.

Laravel Performance Optimization: Guide to a Perfect Laravel Developer

Laravel eCommerce PWA

With the help of Laravel PWA, you get features like Add to the home screen, Work Offline, Send Push Notification, Social Sharing of the product, etc.

Laravel eCommerce PWA

How to extend Query Builder in Laravel 5

Sometimes the findOrFail() (or any other default) method is not enough and you need to have a method that applies to multiple models at the same time. This article describes how to achieve this.

How to extend Query Builder in Laravel 5