laravel 项目迁移

git clone https://github.com/

cp -f .env.example .env

vi .env

chmod -R 777 bootstrap/cache
chmod -R 777 storage

composer dumpautoload

composer update

php artisan key:generate

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注