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 RSS feed to Laravel without using a package

In this tutorial, I will show you how to do that easily without adding a whole package!

How to add a simple RSS feed to Laravel without using a package

Generate Table Data in Laravel using Helper Function

In this tutorial, I am going to share that in laravel how you can generate tabular data.

 Generate Table Data in Laravel using Helper Function

Laravel Instant Search Example Using Vue Js and Debounce

Hello Developer, in this new tutorial i am going to show you how you can build laravel vue instant search for your laravel application

Laravel Instant Search Example Using Vue Js and Debounce

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