-2

I just followed all the steps to make a custom Tool Laravel/Nova/custom/tools

enter image description here

2 Answers2

0

In laravel nova v3 you cant change the layout custom-made tools.

If you really want to do this you'll have to come up with a little bit of javascript to flip the HTML elements.

Custom tools are always last in the menu.

I advise you to upgrade to laravel nova 4, this gives way more menu customization possibilities and its the latest version.

Jasper Helmich
  • 668
  • 4
  • 21
0

You can use https://github.com/dcasia/collapsible-resource-manager. It will allow to place custom tool menu under resource using RawResource::make().

m yadav
  • 1,783
  • 2
  • 11
  • 13