Closed mstaack closed 1 year ago
Thanks for the heads up. Can you post and or send me an email with the docs that you have in your app so I can debug?
this happens with the default markdown files:
$ composer require dniccum/nova-documentation
$ php artisan vendor:publish --provider="Dniccum\NovaDocumentation\ToolServiceProvider"
$ php artisan optimize
INFO Caching the framework bootstrap files.
config ................................................................................................................................. 18ms DONE
routes %#
it just crashes with a memory exhausted error... you should be able to replicate that.
Laravel Version 9.50.1
PHP Version 8.1.14
Composer Version 2.5.1
Nova 4.21.0
@mstaack This has been resolved. Please ensure your installation uses v3.0.1.
hey there, thanks for making a nova 4 version.
unfortunately adding this package create a weird recursion with routing.
running
php artisan optimize
gives:removing the package instantly solves this.
i would expect some route register issues inside the tool provider.