Add [nom] to fillable property to allow mass assignment
// you var are not fillable, you have to set them fillable
protected $fillable = ['var1', 'var2', 'etc'];
//now you can fill your varsAdd [nom] to fillable property to allow mass assignment
// you var are not fillable, you have to set them fillable
protected $fillable = ['var1', 'var2', 'etc'];
//now you can fill your varsto fillable property to allow mass assignment on
protected $fillable = ['title'];Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
