On Forge go the the Environment tab and temporarily add a variable name "APP_DEBUG" set to "true". That will allow you to view the error that's preventing the page from displaying, instead of the whoops error page. That would atleast give us a clue on what's happening.
Laravel 5 doesn't deploy on Forge
First time I try to use forge.
I see a lot of post from people using Laravel 4.2 but none on laravel 5 problems.
Steps: 1.I created a fresh Laravel 5 project (using composer) 2.Did not change a single thing on any file and uploaded it to github. 3.And followed the procedure to upload the project on a forge (digital ocean) server. 4.Deployed it! It all seemed to work but when I ping the ip on the browser I get: "Whoops, looks like something went wrong."
Is there anything special I have to do to get this working? Environment variables? (maybe, that seemed to be a fix in 4.2)
Did you set the APP_KEY environment variable (as well as all the others that you're currently using that you'll find in your .env file)?
Please or to participate in this conversation.