Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

laracoft's avatar

Route to Nova tool

Is there a way specify named routes in a custom Nova tool such that the named route can be used in Laravel?

0 likes
2 replies
garrettmassey's avatar

When generating a tool in Nova, there should be a routes/api.php where you can register custom routes for the tool in a way that is familiar to the standard laravel routing definitions. Can you give any examples of what you're trying to do?

laracoft's avatar

@garrettmassey

Oh not that, but ok, I'm trying to use this https://github.com/runlinenl/nova-profile-tool However, it adds as a tool instead of under the top right user icon. I'm looking for a way to add a link to the top right user icon via route name instead of having to hardcode it or stitching it together using nova.path and a string

Please or to participate in this conversation.