Gate::authorize()

Response authorize(string $ability, array|mixed $arguments = array()) Determine if the given ability should be granted for the current user. Parameters string $ability array|mixed $arguments Return Value Response Exceptions AuthorizationException

Cloud::move()

bool move(string $from, string $to) Move a file to a new location. Parameters string $from string $to Return Value bool

SqsJob::delete()

void delete() Delete the job from the queue. Return Value void

PostgresGrammar::wrap()

string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. Parameters Expression|string $value bool $prefixAlias Return Value string

Authenticatable::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

Blueprint::dropPrimary()

Fluent dropPrimary(string|array $index = null) Indicate that the given primary key should be dropped. Parameters string|array $index Return Value Fluent

Console

Illuminate\Console Classes Application Command ConfirmableTrait

Connection::raw()

Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression

Compiler

Compiler class Compiler (View source) Methods void __construct(Filesystem $files, string $cachePath) Create a new compiler instance. string getCompiledPath(string $path) Get the path to the compiled version of a view. bool isExpired(string $path) Determine if the view at the given path is expired.

QueueEntityResolver::resolve()

mixed resolve(string $type, mixed $id) Resolve the entity for the given ID. Parameters string $type mixed $id Return Value mixed Exceptions EntityNotFoundException