Simple installation steps on windows
Step 1: Install composer on your local machine
Step 2: You can install Laravel project by using Composer directly (follow below commands on CMD)
composer create-project laravel/laravel project_name
cd project_name
php artisan serve
- 1st command will install all Laravel files for your project and
- 2nd select the project folder and 3rd command will start the server.
Comments
Post a Comment
Thank you :)