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
git clone
php artisan migrate
Another solution which worked is to cache config: php artisan config:cache like here
php artisan config:cache