5.4.0
Addressing the #413 idea.
Now you can configure an action class for you fields:
field('followers')->actionable(Action::make())
Make sure the action gets the Model
as it's second argument.
Addressing the #413 idea.
Now you can configure an action class for you fields:
field('followers')->actionable(Action::make())
Make sure the action gets the Model
as it's second argument.