【转载】laravel 使用create 报错 MassAssignmentException

转自:https://blog.csdn.net/weixin_34254823/article/details/86001422

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

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

点赞

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23070400 bytes) in /www/wwwroot/www.murongx.cn/wp-includes/class-walker-comment.php on line 203