Releases: BinarCode/laravel-restify
Releases · BinarCode/laravel-restify
9.10.2
9.10.1
9.10.0
9.9.1
9.9.0
9.8.0
9.7.1
9.7.0
9.6.2
9.6.1
Default Stored Value
During any (update or store requests), this is called after the fill and store callbacks.
You can pass a callable or a value, and it will be attached to the model if no value provided otherwise.
Imagine it's like attributes in the model:
field('currency')->defaultCallback('EUR')