Enable debugging in config/app.php and that should output error messages in your browser. You may also find the errors in your PHP/web server logs.
Hi,
I'm also getting the blank page on a fresh install (both installer and Composer). Debug is set to true, but I'm not getting any errors. storage/logs is empty and Apache logs are also not logging any errors.
Can anyone help me out here?
Laravel 4.2 is running fine btw...
On linux, If you don't have done like the doc ask : " Permissions : Laravel may require some permissions to be configured: folders within storage require write access by the web server. " This sorte of blank page could occur.
I'm a user on the www-data group for all my localweb stuff, I just have to add the g+w to the storage folder and get the pages ....
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community