简体   繁体   English

页面加载时出现 laravel 478 错误

[英]getting laravel 478 error on page loading

I am still new in using laravel. For the first project that I tried, the 404 page error that shows up is the 404 page provided in laravel. Laravel's 404 page我对laravel还是个新手。我尝试的第一个项目,显示的404页面错误是laravel中提供的404页面。Laravel的404页面

But for my second project, the 404 page is showing up the old 404 page.但是对于我的第二个项目,404 页面显示的是旧的 404 页面。 Old 404 page旧的 404 页面

I'm not sure what changes I did that led to it.我不确定我做了什么改变导致了它。 Is there a way to know?有办法知道吗? How do I change it so that it will show the 404 page made by laravel?我如何更改它以显示 laravel 制作的 404 页面?

To customize errors in laravel you can place your custom error pages inside resources/views/errors folder (ex 404.blade.php).要自定义 laravel 中的错误,您可以将自定义错误页面放在resources/views/errors文件夹中(例如 404.blade.php)。 Custom HTTP Error Pages 自定义 HTTP 错误页面

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM