chris-ware / nova-breadcrumbs

Breadcrumbs for Laravel Nova
152 stars 44 forks source link

Nova 4 compatibility? #134

Closed saschaende closed 1 year ago

saschaende commented 1 year ago

Class ChrisWare\NovaBreadcrumbs\NovaBreadcrumbs contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Laravel\Nova\Tool::menu)

saschaende commented 1 year ago

Okay i missed that Nova 4 has this feature built in:

https://nova.laravel.com/docs/4.0/installation.html#enabling-breadcrumbs

chris-ware commented 1 year ago

This package doesn't support Nova 4. I can't do anything about the version constraints that allow it.