laravel 多对多关联时, 会出现 pivot 字段, 如何 2020-01-13 本文已影响0人 xcyzjs $user->roles->makeHidden('pivot'); // 或者在 model 中 protect $hidden = ['pivot'];