php - Whoops, looks like something went wrong, laravel
873
I get free host from 000webhost.com and it was working fine, but after two weeks i get the error
"Whoops, looks like something went wrong".
I use laravel framework for php.
Can anyone help me?
Answer
Solution:
First of all, in
config/app.php
set debug totrue
or in your .env file setAPP_DEBUG=true
. This should turn on the debugging errors On on your server. If errors are still not visible, tryphp artisan config:clear
for making changes to take effect. You may also checkstorage/logs/laravel.log
for errors.Possible problems are:
bootstrap/cache
folder.Answer
Solution:
I get the solution :
php artisan key:generate