November 11, 2015 · Laravel
Laravel 5+ white screen of death(WSOD)
Due to the log permission problem. Follow the below instructions to solve:
For Lavavel 5, the log path would be your-app/storage
http://stackoverflow.com/questions/20678360/laravel-blank-white-screen
with (add the error reporting at the top of the routing.)
http://stackoverflow.com/questions/5680831/php-does-not-display-error-messages
http://stackoverflow.com/questions/16871413/safely-remove-migration-in-laravel-4