rewucivep's avatar

Whoops, looks like something went wrong

I'm new to Laravel and every time I login I get this message "Whoops, looks like something went wrong". How do I know what's going wrong?

0 likes
3 replies
bobbybouwmann's avatar
Level 88

You probably have debug turned off of your app environment is in production. Make sure you have the following data in your .env file

APP_ENV=local
APP_DEBUG=true
2 likes

Please or to participate in this conversation.