Skip to content

5.4.0

Compare
Choose a tag to compare
@binaryk binaryk released this 25 Aug 14:35
· 22 commits to 5.x since this release
4a2e4d5

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.