We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The routes included in the ForrestServiceProvider contain closures which break route caching in laravel 5.
I may have missed something but these routes dont appear to be used anywhere.
My solution was to extend the service provider and overwrite the boot method.
public function boot() { $this->publishes([ __DIR__.'/../../../../config/config.php' => config_path('forrest.php'), ]); }
The text was updated successfully, but these errors were encountered:
Hi @Olofguard,
I might end up removing the routes entirely (i usually override them anyways in my own projects).
Thanks for reporting!
Sorry, something went wrong.
👍
No branches or pull requests
The routes included in the ForrestServiceProvider contain closures which break route caching in laravel 5.
I may have missed something but these routes dont appear to be used anywhere.
My solution was to extend the service provider and overwrite the boot method.
The text was updated successfully, but these errors were encountered: