Complete shot in the dark here because I know Symfony could show similar behavior for the same reason:
Try clearing all of your caches with the following:
php artisan cache:clear
php artisan route:clear
php artisan config:clear
php artisan view:clear
Also ensure APP_ENV is set correctly in your .env file.