laravel 使用create 报错 MassAssignmentException

在使用:   模型:create时报错, Add [name] to fillable property to allow mass assignment on [App\AdminUser].,因为extends Authenticatable而不是app\model,

需要在  AdminUser模型中添加protected $guarded = [];//不可以注入数据字段

 

posted @ 2018-07-11 17:33  码农编程进阶笔记  阅读(56)  评论(0编辑  收藏  举报
返回顶部 有事您Q我