//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