Forum Eloquent Mark all fields fillable in model
HI,
is there command to set all data fillabe in model ?
I try with :
protected $fillable = array('*');
but not work,
tnx, p
Please sign in or create an account to participate in this conversation.
There's no shortage of content at Laracasts. In fact, you could watch nonstop for days upon days, and still not see everything!
Get Started
Mark all fields fillable in model
HI,
is there command to set all data fillabe in model ?
I try with :
but not work,
tnx, p