Laravel default route to 404 page

前端 未结 5 606
离开以前
离开以前 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条回答
  •  -上瘾入骨i
    2021-02-08 09:43

    In Laravel 5.2. Do nothing just create a file name 404.blade.php in the errors folder , it will detect 404 exception automatically.

提交回复
热议问题