caffeinated / themes

:art: Laravel Themes package with support for the Caffeinated Modules package.

Home Page:https://caffeinatedpackages.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error pages

tonywong625 opened this issue · comments

According to the laravel docs, error pages should sit under resources/views/errors with the error code as filename.

Where do I place the error pages with this module?

I use abort(404) in my controllers.