If you have run php artisan config:cache
on your server, then your Laravel app could cache outdated config settings that you’ve put in the .env
file.
Run php artisan config:clear
to fix that.
If you have run php artisan config:cache
on your server, then your Laravel app could cache outdated config settings that you’ve put in the .env
file.
Run php artisan config:clear
to fix that.