I created a new database through Voyager admin and created BREAD for that table. Now I need to add additional methods to that controller.
I tried to create a custom controller by following this. But the default actions (CRUD) of the controllers are gone.
Without disturbing the existing functionalities of the BREAD I need to add a few more methods in that controller. Is this possible?