Answers for "windows command for installing laravel"

4

windows laravel installer

composer global require "laravel/installer"
Posted by: Guest on May-01-2021
0

how to install laravel

# Via Laravel Installer
composer global require laravel/installer
laravel new project name
php artisan serve
         or
#Via Composer Create-Project
composer create-project --prefer-dist laravel/laravel:^7.0 project name
php artisan serve
Posted by: Guest on February-27-2022

Code answers related to "windows command for installing laravel"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language