I recently uploaded my laravel blog project on 000WebHost, after that I redirected to URL http://laravelcreativeblog.000webhostapp.com/, but I saw this error Whoops, looks like something went wrong.
, this error is displayed two times one after the other. So I googled that and finally I reached to the a solution that there is an error in APP_KEY
which I found here /public_html/storage/logs/laravel.log
and error at last is:
[2018-10-18 15:44:47] production.ERROR: No application encryption key has been specified. {"exception":"[object] (RuntimeException(code: 0): No application encryption key has been specified. at /storage/ssd1/217/7530217/public_html/vendor/laravel/framework/src/Illuminate/Encryption/EncryptionServiceProvider.php:42) [stacktrace]
So I generated Application Key from CMD by php artisan key:generate
and put in the .ENV File but again getting that error.
This is all I done, so any suggestions???