You can chain ->can() to Route definitions to specify policy rules
- ·
- Telegram
- ·
- Newsletter
#Laravel Tip:
If you are running Laravel v8.70
, you can chain can()
method directly instead of middleware('can:..')
Here is and example: