Level 27
https://stackoverflow.com/questions/53260662/using-multiple-pages-components-dynamically-in-vue-js
Routes are added inside each component's file located at resources/js/tools.js and webpacked into /dist/js/tools.js
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm trying to figure out how Nova determines if a dashboard/tool exists or not
https://example.com/nova/{toolname}
https://example.com/nova/base-tool - if we create a BaseTool tool, this works
https://example.com/nova/price-tracker - this doesn't work if PriceTracker inherits BaseTool
My question is basically how does base-tool get registered and routed to BaseTool class?
The context is, I'm trying to create an inheritable tool and for each inheritance child, I like to have a different nova toolname, possible?
Thank you.
Please or to participate in this conversation.