Database not configured laravel during migration

前端 未结 4 1356
南旧
南旧 2021-01-12 03:43

This might be repeated question. But I had no luck with previous answers

I just git clone a laravel project. Now I tried to do php artisan migrate

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-12 04:04

    Another solution which worked is to cache config: php artisan config:cache like here

提交回复
热议问题