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

Create New Post Contact Us

Dynamic Bar Charts Example Using Google Charts in Laravel 7

Hello artisan, I hope you are doing well. In this tutorial, I am going to discuss the laravel charts. I will show you how we can display a bar chart or how we can create a bar chart dynamically in laravel 7.

Dynamic Bar Charts Example Using Google Charts in Laravel 7

Route Model Binding Improvements in Laravel 7

In Laravel 7, you can customize the implicit route model bindings directly in the route definition. Let's take a look at some concrete examples of how it works.

Route Model Binding Improvements in Laravel 7

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