Hmmm ... I wonder how I could use a policy with only a model id.
@vincent15000 That would be absolutely useless. If you call the gate using something like $this->can('update', 1); then how is Laravel supposed to know which model that 1 relates to? 🤷♂️
Stop over-thinking things and just use Laravel’s features as they’re documented.