在使用: 模型:create时报错, Add [name] to fillable property to allow mass assignment on [App\AdminUser].,因为extends Authenticatable而不是app\model,
需要在 AdminUser模型中添加protected $guarded = [];//不可以注入数据字段
在使用: 模型:create时报错, Add [name] to fillable property to allow mass assignment on [App\AdminUser].,因为extends Authenticatable而不是app\model,
需要在 AdminUser模型中添加protected $guarded = [];//不可以注入数据字段
文章来源: blog.csdn.net,作者:lxw1844912514,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/lxw1844912514/article/details/100028862
评论(0)