Laravel Nova Menu now uses Laravel Linkable to manage linkable routes and models. Please read the documentation.
- The config keys
linkable_objects
andlinkable_routes
are now delegate to Laravel Linkable. You can remove them from the config filelaravel-nova-menu
and report their value in the newlaravel-linkable
config file. - Modify all your models using \Novius\LaravelNovaMenu\Traits\Linkable trait to use the new \Novius\LaravelLinkable\Traits\Linkable. You can remove
linkableUrl
andlinkableTitle
method of your model.
The blade directive @menu
is deprecated and will be removed in future versions. Use blade component <x-laravel-nova-menu::menu />
instead.