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

Create New Post Contact Us

How to Add a Simple Infinite Scroll Pagination to Laravel

In this post, I will show you how to use the built-in Laravel pagination and enhance it with infinite scrolling using jScroll!

How to Add a Simple Infinite Scroll Pagination to Laravel

Converting Vue into Laravel Livewire

I've been doing a lot of playing around with Laravel Livewire lately and loving it.

Converting Vue into Laravel Livewire

How to Use Circuit Breaker Design Pattern in Laravel 8

Circuit breaker is a design pattern used in modern software development.

How to Use Circuit Breaker Design Pattern in Laravel 8

How to speed up your Laravel application with PHP OPcache?

In this tutorial, you will learn how to use the Laravel along with OPcache to speed up your website!

How to speed up your Laravel application with PHP OPcache?

Laravel 8 - Create Contact in ZOHO Crm Tutorial Example

In this article, I will share with you how to integrate Zoho API in laravel 8 application and how to create contact in Zoho CRM using laravel.

Laravel 8 - Create Contact in ZOHO Crm Tutorial Example

Factory States For Clean And Fluent Laravel Testing

Let's see how we can use Factory states to write fluent test cases.

Factory States For Clean And Fluent Laravel Testing

Factories To Speed Up Test-Driven Development In Laravel

I will explain how to use Laravel Factories for faster-test-driven development and supercharge your test cases.

Factories To Speed Up Test-Driven Development In Laravel

Laravel Filtering Query using Pipelines with Example

This tutorial will demonstrate the process of filtering query results using pipelines while keeping your code clean and readable.

Laravel Filtering Query using Pipelines with Example

Embedding media by its public URL using laravel-embed

Learn how to embed services using their public URL using the laravel-embed package.

Embedding media by its public URL using laravel-embed

How to add simple search to your Laravel blog/website

In this tutorial here, we will focus on building a very simple search method without the need of installing additional packages.

How to add simple search to your Laravel blog/website