You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create or update a resource every attribute on the model will be filled with given attribute values sent in the request to update the underlying database table.
4
+
5
+
The `fillUsing` method allows you to customize how a field is filled before it is saved on the database. This method accepts a callback which receives the request, the eloquent model instance and the name of the given attribute:
0 commit comments