How to change the base path for error pages triggered by a route?
Hi all,
The default path for error pages is "resources/views/errors".
Is there a way to customize this path according to route groups?
I want different error pages for my frontend, as well as my backend.
So a 404 error page needs to be styled differently from my frontend, when inside my backend.
Basically, I want to dynamically update the base errors path, when inside a route group.
@RachidLaasri Right, I know that. But what if the overwritten method changes inside vendor?
Then my overwritten method could cause errors, right?
I think the only proper way of changing these paths is for Laravel to have them in a config file.
Where is the best place I can post suggestions for the Laravel framework?