5

It is possible to extend a resource controller and use it in a Nova tool, so that it can be using all features and customize controllers and routes for e.g. using external API services?

What is the best solution?

Or it is better to build my own tool from scratch?

Grant Miller
  • 27,532
  • 16
  • 147
  • 165
ador
  • 79
  • 9

1 Answers1

-6

Nova is just Laravel / PHP so yes you can override it :) (you'll need to meet the interface like defining cards, tools methods etc but before doing it, it's really simple to create your own custom tools / resource tools. Give it a try!

Marten van Urk
  • 782
  • 6
  • 5