KABBOUCHI / nova-logs-tool

A Laravel Nova tool to manage and keep track of each one of your logs files.
MIT License
73 stars 17 forks source link

The tool doesn't load since v0.0.5 #3

Closed DSpeichert closed 6 years ago

DSpeichert commented 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.

Using nova v1.1.3

KABBOUCHI commented 6 years ago

please make sure to run:

composer update
php artisan nova:publish --force
php artisan view:clear 
DSpeichert commented 6 years ago

It must have been the view cache. Sorry about that!