Artisan.page The Laravel Artisan cheatsheet
make:policy
Create a new policy class
Terminal
Options
guardOptional
The guard that the policy relies on
modelOptional
The model that the policy applies to
Arguments
nameRequired
The name of the class
Create a new policy class
The guard that the policy relies on
The model that the policy applies to
The name of the class