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

Create New Post Contact Us

Create custom Laravel Helper Methods

Hi all, I just published an article explaining what Laravel Helpers are and how you can create custom ones.

Create custom Laravel Helper Methods

Implementing Auto Localization in Laravel Based on User’s Location

In this tutorial, Sapnesh Naik shows you how to cater to international users by enabling auto localization in Laravel based on user location

Implementing Auto Localization in Laravel Based on User’s Location

Generate RSS Feed using Laravel roumen/feed package

In this tutorial, we will learn how to generate RSS feed with Laravel.

Generate RSS Feed using Laravel roumen/feed package

ReFactoring Helper Functions to Static Class Methods In Laravel

In this tutorial, I am going to show you how we can create a custom helper function in laravel using laravel facades.

ReFactoring Helper Functions to Static Class Methods In Laravel

How to create GEO chart in laravel using lavacharts

GEO chart is one of the popular methods to show something on the location map.

How to create GEO chart in laravel using lavacharts

How to use Laravel 7 Artisan Test Runner and configure it with Visual Studio Code

php artisan test is a new command added to the Laravel 7 to run the test.

How to use Laravel 7 Artisan Test Runner and configure it with Visual Studio Code

How to generate QR Code with example in Laravel PHP

In this article, I will let you know how to generate QR code with an example in Laravel PHP.

How to generate QR Code with example in Laravel PHP

Adding or Removing a Column from an Existing Database Using Laravel Migration

We need this system for adding or removing existing database migration in Laravel.

Adding or Removing a Column from an Existing Database Using Laravel Migration