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

Create New Post Contact Us

15 must-know Laravel Collection Methods

Laravel comes with very powerful and convenient wrapper for working with arrays. Here are the 15 must-know Laravel Collection Methods.

15 must-know Laravel Collection Methods

Laravel 8 Google+ API to Google Login with Laravel Socialite

This article will give you a simple example of laravel 8 google plus sign in with Gmail account

Laravel 8 Google+ API to Google Login with Laravel Socialite

Using Github authentication for login with Laravel Socialite - Laravel 8

Using Github authentication for login with Laravel Socialite

Using Github authentication for login with Laravel Socialite - Laravel 8

Routing In Laravel 8 - Be aware of this major change

With the latest release of Laravel, routing has been changed. We no longer can write routes the old Laravel way, since its latest release that is Laravel 8.

Routing In Laravel 8 - Be aware of this major change

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