How to display errors on laravel 4?
@Matanya – have you looked at your server logs to see WHAT the error 500 actually is? It could be any number of things @Aladin – white screen of death (WSOD) can be diagnosed in three ways with Laravel 4. Option 1: Go to your Laravel logs (app/storage/logs) and see if the error is contained … Read more