Level 7
Can you post the whole message error?
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?
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
Please or to participate in this conversation.