nova-route-viewer icon indicating copy to clipboard operation
nova-route-viewer copied to clipboard

Upgrade to Nova 4.0

Open doobie-droid opened this issue 7 months ago • 1 comments

Hey there,

Are there any plans to upgrade the route viewer tool to be compatible with Nova 4.0 ? I followed the installation instructions as listed in the readme.md and landed upon the error

Upgrade to Nova 4.0 - PHP Fatal error: Class Sbine\RouteViewer\RouteViewer contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Laravel\Nova\Tool::menu)

I'm pretty sure the abstract method being referred to is the one in vendor/laravel/nova/src/Tool.php

/** 
* Build the menu that renders the navigation links for the tool. 
* 
* @param  \Illuminate\Http\Request  $request 
* @return mixed
*/
abstract public function menu(Request $request);

I would make a pr but it doesn't seem like there's much activity on the repo anymore given that the last pr made is unattended to

doobie-droid avatar Jul 11 '24 20:07 doobie-droid