trait Authorizable (View source)

Methods

bool
can(iterable|BackedEnum|string $abilities, array|mixed $arguments = [])

Determine if the entity has the given abilities.

bool
canAny(iterable|BackedEnum|string $abilities, array|mixed $arguments = [])

Determine if the entity has any of the given abilities.

bool
cant(iterable|BackedEnum|string $abilities, array|mixed $arguments = [])

Determine if the entity does not have the given abilities.

bool
cannot(iterable|BackedEnum|string $abilities, array|mixed $arguments = [])

Determine if the entity does not have the given abilities.

Details

bool can(iterable|BackedEnum|string $abilities, array|mixed $arguments = [])

Determine if the entity has the given abilities.

Parameters

iterable|BackedEnum|string $abilities
array|mixed $arguments

Return Value

bool

bool canAny(iterable|BackedEnum|string $abilities, array|mixed $arguments = [])

Determine if the entity has any of the given abilities.

Parameters

iterable|BackedEnum|string $abilities
array|mixed $arguments

Return Value

bool

bool cant(iterable|BackedEnum|string $abilities, array|mixed $arguments = [])

Determine if the entity does not have the given abilities.

Parameters

iterable|BackedEnum|string $abilities
array|mixed $arguments

Return Value

bool

bool cannot(iterable|BackedEnum|string $abilities, array|mixed $arguments = [])

Determine if the entity does not have the given abilities.

Parameters

iterable|BackedEnum|string $abilities
array|mixed $arguments

Return Value

bool

Laravel Cloud is the best place to deploy Laravel, Nuxt, Express, Hono, Node.js, Bun, Go, Flask, Python, and more, with dedicated infrastructure available on AWS through Laravel Private Cloud.