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

Create New Post Contact Us

How to create free SSL Certificates for our websites

If you're looking for a good SSL Certificate, try to use ZeroSSL. The service is free!

How to create free SSL Certificates for our websites

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