此类错误的错误页面 - laravel 5

error page for this type of error - laravel 5

在我的 views/errors/ 文件夹中我有几个文件: 404.blade.php 503.blade.php

在 L5 中,我们可以通过将带有错误编号的文件放入目录来处理任何错误。

我的问题:如何通过错误页面解决此错误:

BadMethodCallException in compiled.php line 8273:
Method [int_face] does not exist.

截至目前,我得到

Whoops, looks like something went wrong.

感谢

Whoops, looks like something went wrong. 通常是错误代码 500。

您可以只创建一个 500.blade.php 文件。