Laravel 7 Tutorial - Custom 404 Page

preview_player
Показать описание
In this video I will talk about custom 404 page.

TOPIC DISCUSSED:

Custom 404 Page

Your Queries -

1.How to create custom 404 page in laravel?
2.How to customize 404 error page?
3.How to create own 404 error page in laravel?
4.Create custom 404 page in laravel 7

FOLLOW SURFSIDE MEDIA:

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

Laravel7 errors file path 401-503 (object) or minimal.blade.php (html)

lonelyperson_thai
Автор

In Laravel 8 you just need to create a folder named "errors" inside the views folder and create 404.blade.php and that's it, Laravel will pick it up automatically without the need to change the Handler file.

rafsoverflow