📌  相关文章
📜  从 github 运行 laravel 项目 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:06.448000             🧑  作者: Mango

代码示例4
1. composer update --no-scripts  or composer install
 2. php artisan key:generate 
 3. rename example.env to .env
 4. Change database credentials, set debug mode! Change app url
 4. php artisan migrate(make sure u have the database running in the server)
 5. php artisan config:clear
 6. you are good to go!