Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • can you provide the whole error message from your log? Commented Jun 5, 2015 at 20:36
  • If you try to return dd('404 error') instead of a view is it working properly? Commented Jun 5, 2015 at 20:48
  • The default path is views/errors, not view/errors Commented Jun 5, 2015 at 20:53
  • @Alexandros, dd('404 error'); returns '404 error' Commented Jun 5, 2015 at 20:58
  • try to create a new view and return it instead of the errors.404 Commented Jun 5, 2015 at 21:01