且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

laravel 5自定义404

更新时间:2022-11-19 20:55:08

转到资源/视图/错误,并在404页面上创建带有所需内容的404.blade.php文件,Laravel负责其余的工作.

Go to resources/views/errors and create a 404.blade.php file with what you want on your 404 page and Laravel takes care of the rest.