I installed Laravel 5.0 properly by cloning in git, and composer install, when I ran it to browser http://localhost/laravel/public/
, it says
"Whoops, looks like something went wrong."
I did not make any changes after composer install.
Update after copy the env.example to .env this is result
RuntimeException in compiled.php line 5599: OpenSSL extension is required.
Outdated composer If not, the app update might fail showing the error, “Whoops, looks like something went wrong.”. Solution : In such cases, we update the composer with the commands composer self-update or composer global update or composer update , depending on the kind of issue we're facing.
Whoops, Something Went Wrong. Typically points to an issue with a stored cookie/token in your Chrome Browser. Try clearing your Chrome Browsers history/cache and logging back in.
The logs are located in storage
directory. If you want laravel to display the error for you rather than the cryptic 'Whoops' message, copy the .env.example
to .env
and make sure APP_ENV=local
is in there. It should then show you the detailed error messaging.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With