You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: