Answer
Are use already run:
php artisan config:cache
php artisan config:clear
?
Update
In my opinion, there are only two reasons why you get production. 1) Something is wrong in your config/app.php in this line: 'env' => env('APP_ENV', 'production'), 2)
Or something is broken in your .env
file. Make sure you really have an .env file. If there is nothing wrong in your env file. And if in your app.php file this line is correct: 'env' => env('APP_ENV', 'production')
0 comments:
Post a Comment
Thanks