Laravel default route to 404 page

前端 未结 5 633
离开以前
离开以前 2021-02-08 08:51

I\'m using Laravel 4 framework and I\'ve defined a whole bunch of routes, now I wonder for all the undefined urls, how to route them to 404 page?

5条回答
  •  渐次进展
    2021-02-08 09:28

    according to the official documentation

    you can just add a file in: resources/views/errors/ called 404.blade.php with the information you want to display on a 404 error.

提交回复
热议问题