Did you cache your config?

you can find this out by running

did i?
php artisan about

if it is cached then clear it with

solution
php artisan optimize:clear

and never run any of the following commands in local development again

trash in local
php artisan optimize
php artisan config:cache
php artisan event:cache
php artisan route:cache
php artisan view:cache

answer our survey on why you cached it in the first place (answers are ignored)

survey