How to Install Laravel and Create Laravel Project on Xampp Server

share
How to Install Laravel and Create Laravel Project on Xampp Server


In this video, you will see the installation of Laravel 10.

Step 1 − Download composer to install it on your system.
Visit the following URL - https://getcomposer.org/download/

Step 2 − After the Composer is installed, check the installation by composer.
Command line -

composer -v


Laravel 10 Installation Command link -

composer create-project laravel/laravel YourProjectName
keyboard_double_arrow_up