you can find this out by running
php artisan about
if it is cached then clear it with
php artisan optimize:clear
and never run any of the following commands in local development again
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)