In Laravel 5, App::missing and App::error is not available, so how do your catch exceptions and missing pages now?
App::missing
App::error
I could not find any inf
With commit from today (9db97c3), all you need to do is add a 404.blade.php file in the /resources/views/errors/ folder and it will find and display it automatically.