Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

laravel installation from github

//Laravel installation from github
php -r "file_exists('.env') || copy('.env.example', '.env');"
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
php artisan key:generate
Source by github.com #
 
PREVIOUS NEXT
Tagged: #laravel #installation #github
ADD COMMENT
Topic
Name
8+2 =