我的实例化student模型后,student->name=$data['name'],报错,说不认识name
我是说跟你表里的字段 大小写要一致
是否开启Laravel白名单字段,开启的可以操作写入
protected $fillable = ['username', 'age'];//开启白名单字段
大小写要一直