SqsJob::delete()

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

Artisan::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

MailFake::raw()

int raw(string $text, Closure|string $callback) Send a new message when only a raw text part. Parameters string $text Closure|string $callback Return Value int

Authenticatable::getAuthIdentifier()

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

Migrator::requireFiles()

void requireFiles(array $files) Require in all the migration files in a given path. Parameters array $files Return Value void

Blueprint::dropPrimary()

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

Authorization

Authorization Introduction Gates Writing Gates Authorizing Actions Creating Policies Generating Policies Registering Policies Writing Policies Policy Methods Methods Without Models Policy Filters Authorizing Actions Using Policies Via The User Model Via Middleware Via Controller Helpers Via Blade Templates Introduction In addition to providing authentication services out of the box, Laravel also provides a simple way to authorize user actions against a given resource. Like authenticat

Grammar::compileInsert()

string compileInsert(Builder $query, array $values) Compile an insert statement into SQL. Parameters Builder $query array $values Return Value string

Console

Illuminate\Console Classes Application Command ConfirmableTrait

Repository::offsetUnset()

void offsetUnset(string $key) Remove an item from the cache. Parameters string $key Return Value void