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

Create New Post Contact Us

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

Live Search in Laravel using AJAX

Create Laravel Search Box With Live Results Using AJAX jQuery.

Live Search in Laravel using AJAX

How to use Laravel Echo Server

In this article, I’ll briefly show you how to quickly whip up a working socket server and broadcast events over the server.

How to use Laravel Echo Server

Laravel Date Range Search using Ajax jQuery

Are you looking for a Data range search filter feature in Laravel, then you have come to the right place. Here you can learn how to filter data come between two dates in Laravel. We'll use Ajax for searching data between two dates in Laravel, with co

Laravel Date Range Search using Ajax jQuery