I'm trying to catch the fatal error to display a generic error page. But the fatal error message is being displayed at the top of my page some how. Below is the standard fatal error handler I'm using
App::fatal(function($exception)
{
return View::make('error');
});
Any idea what's going on here?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community