I'm not sure what you mean with tools in the vendor directory. All new tools should end up in the nova-components directory.
Nova custom tools
I created a custom tool in Nova and I noticed Laravel is using the tool package from the composer vendor directory and not the nova-components directory. My question is what is the best way to update the code in the vendor directory when I make changes to my tool?
Can I config my application so that the tool is loaded from my nova-components directory?
Am I missing something in my development process?
Thank you
I am developing using Homestead on Windows.
The Problem was that composer failed to create a symlink between my nova-components source and vendor directory and instead mirrored the code. Therefor my changes in nova-components directory was not copied to vendor.
Here's how i fixed the issue. I use windows command line to fire up the virtual machine ( Hometead up). I ran the command line as an administrator and the symlink worked in the composer.
Please or to participate in this conversation.