SyntaxFix
Write A Post
Hire A Developer
Questions
To make all fields fillable, just declare on your class:
protected $guarded = array();
This will enable you to call fill method without declare each field.