Jkingoo
0
Q:

"Illuminate\Database\Eloquent\MassAssignmentException"

//Laravel provides by default a protection against mass assignment security issues. 
//That's why you have to manually define which fields could be "mass assigned" :
class User extends Model
{
    protected $fillable = ['username', 'email', 'password'];
}
0
['haerulfuad', '[email protected]', password'];
}
0

New to Communities?

Join the community