dniccum / nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.
MIT License
37 stars 15 forks source link

Bugfix/routing memory leak #23

Closed dniccum closed 1 year ago

dniccum commented 1 year ago

Fixes a memory leak/recursion issue during the route caching process. Documentation has been updated accordingly.

Resolves #22