Closed DSpeichert closed 6 years ago
It seems like the tool doesn't load properly since version v0.0.5 due to the change in the route's name in the router: https://github.com/KABBOUCHI/nova-logs-tool/compare/v0.0.4..v0.0.5#diff-ecfe35f62dbedd45196f3587d3ed212fL4
With capital letters it doesn't load at all but when I revert the change back to nova-logs in both navigation.blade.php and tool.js, it loads properly again.
nova-logs
navigation.blade.php
tool.js
Using nova v1.1.3
please make sure to run:
composer update php artisan nova:publish --force php artisan view:clear
It must have been the view cache. Sorry about that!
It seems like the tool doesn't load properly since version v0.0.5 due to the change in the route's name in the router: https://github.com/KABBOUCHI/nova-logs-tool/compare/v0.0.4..v0.0.5#diff-ecfe35f62dbedd45196f3587d3ed212fL4
With capital letters it doesn't load at all but when I revert the change back to
nova-logs
in bothnavigation.blade.php
andtool.js
, it loads properly again.Using nova v1.1.3