Laravel will automatically take care of passing the user into the gate closure. ... public function create(User $user) { return $user->role == 'writer'; } ...
確定! 回上一頁