ClientesPolicy
class ClientesPolicy
Traits
HandlesAuthorization
Methods
Response|bool
Response|bool
Response|bool
Response|bool
forceDelete(User $user, Clientes $clientes)
Determine whether the user can permanently delete the model.
Details
at line 19
Response|bool
viewAny(User $user)
Determine whether the user can view any models.
at line 31
Response|bool
view(User $user, Clientes $clientes)
Determine whether the user can view the model.
at line 42
Response|bool
create(User $user)
Determine whether the user can create models.
at line 54
Response|bool
update(User $user, Clientes $clientes)
Determine whether the user can update the model.
at line 66
Response|bool
delete(User $user, Clientes $clientes)
Determine whether the user can delete the model.