Closed marcorivm closed 5 years ago
The Eloquent Model exposes the isFillable method through the GuardsAttributes concern, using this method allows using only the guarded array without needing to explicitly set each fillable attribute.
isFillable
The Eloquent Model exposes the
isFillable
method through the GuardsAttributes concern, using this method allows using only the guarded array without needing to explicitly set each fillable attribute.