Creating A Laravel 404 Page Using Custom Exception Handlers

preview_player
Показать описание
laravel 5 custom error page, laravel 500 error page, laravel 5 404 error page, laravel custom 404 page, laravel show 404 page, laravel redirect to 404 page, laravel redirect to error page, 404 error pages laravel, custom error page laravel 5, laravel 5 404 page

Рекомендации по теме
Комментарии
Автор

thanks! learn a lot from your channel

TheHuaHuaWorld
Автор

COOL TUTORIAL AND GREAT EXPLANAATION THANKSS USEFULL

wahyukurniawan
Автор

My friend, I really helped you a lot, thanks.

carlosgarcia-coih
Автор


You do not need to add routing or any error handling. Laravel does this for you. Just create the following templates in the view/errors directory: 404.blade.php, 400.blade.php, 403.blade.php and so on. Laravel is amazing and will automatically know to use that template when that error code is used.

For a list of HTTP status codes:

Fattyfatguyross
Автор

hello i tried adding the as you said but it redirecting to pagenotfound route and i an getting error.404 is not found error

soujanya
Автор

I believe that it breaks the authentication template. After I try to login, it goes to the 404 page...

tudo-sobre-ai
Автор

This will not return a status code of 404, so it will not function correctly for search engine bots.

therealctoo