Answers for "install laravel local"

0

how to install laravel

composer global require "laravel/installer=~1.1"
Posted by: Guest on July-13-2020
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 "Shell/Bash"

Browse Popular Code Answers by Language