Install Laravel 10 in Windows, Linux, macOS

Install Laravel 10 in Windows, Linux, macOS

Hello Artisan, In this article I will let you know how to install latest version of laravel 10 in Windows, Linux, macOS. Laravel is a popular open-source PHP web fra ...

What is Facades in Laravel and How it works?

What is Facades in Laravel and How it works?

Hello Artisan, Hope you guys are doing well. Laravel ships with plenty of useful feature, and one of them is Facades. Today in this article I will let ...

Different mechanism and techniques to use routes in Laravel

Different mechanism and techniques to use routes in Laravel

Hello Artisan, Route and URI paths are the most fundamental and important components of every web app. Every technology has some route-handling m ...