Authorization with Livewire Component

Can it authorize automatically from policies when a table/form/action is added to the livewire component? 🤔
Solution
can be done like this
Action::make('edit')
  ->authorize('update')
Was this page helpful?