📅  最后修改于: 2022-03-11 14:50:47.808000             🧑  作者: Mango
//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