Saturday, March 18, 2017

Laravel based package custom error pages

In the spirit of keeping a developer's hands as much as possible out of the core installation of laravel, I am trying to find a way to use custom error pages without messing with the core resources folder's blade files, but use the ones provided from the package relevant folder. So is there a way to include error page templates in the ServiceProvider like with the $this->loadViewsFrom?



via Kostas

Advertisement