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

Create New Post Contact Us

How to Upload a Laravel App on Shared Hosting Server like GoDaddy

Laravel is a PHP framework that’s an excellent option for website development. The simple syntax is elegant and expressive, which makes the development process more rewarding and creative. For developers of PHP, Laravel development has been hai

How to Upload a Laravel App on Shared Hosting Server like GoDaddy

Sending Telegram Notifications in Laravel

Today, I’m going to show you how you can quickly implement and send Telegram Notifications using Laravel.

Sending Telegram Notifications in Laravel

Blade Component Tags in Laravel 7

In Laravel 7, the new blade component allows tag-based rendering, attribute management, component classes, inline view components, and more

 Blade Component Tags in Laravel 7

Create a docker for Laravel applications with Nginx and MySQL

So in this article, I will let you know how to create a docker setup for laravel application with Nginx and MySQL

Create a docker for Laravel applications with Nginx and MySQL

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