Nova-BI / nova-dashboard-manager

Dashboard Manager for Laravel Nova
MIT License
21 stars 8 forks source link

How to override the navigation.blade.php? #25

Open m-a-x-s-e-e-l-i-g opened 2 years ago

m-a-x-s-e-e-l-i-g commented 2 years ago

I see other packages being overridable when you put them in the resources folder like /resources/views/vendor/nova-bi/nova-dashboard-manager/resources/views/navigation.blade.php But when I do so, it won't override the existing blade file.

I'm trying to change some class-names and navigation structure.

What's the best way to do this?