EntityResolver

EntityResolver interface EntityResolver (View source) Methods mixed resolve(string $type, mixed $id) Resolve the entity for the given ID.

Pivot::fromRawAttributes()

static Pivot fromRawAttributes(Model $parent, array $attributes, string $table, bool $exists = false) Create a new pivot model from raw values returned from a query. Parameters Model $parent array $attributes string $table bool $exists Return Value Pivot

Blueprint::ipAddress()

Fluent ipAddress(string $column) Create a new IP address column on the table. Parameters string $column Return Value Fluent

DatabaseNotificationCollection::pluck()

Collection pluck(string $value, string|null $key = null) Get an array with the values of a given key. Parameters string $value string|null $key Return Value Collection

MailableMailer::queue()

mixed queue(Mailable $mailable) Push the given mailable onto the queue. Parameters Mailable $mailable Return Value mixed

DatabaseNotificationCollection::getQueueableClass()

string|null getQueueableClass() Get the type of the entities being queued. Return Value string|null

ConfigureLogging

ConfigureLogging class ConfigureLogging (View source) Methods void bootstrap(Application $app) Bootstrap the given application.

RouteFiltererInterface::callRouteFilter()

mixed callRouteFilter(string $filter, array $parameters, Route $route, Request $request, Response|null $response = null) Call the given route filter. Parameters string $filter array $parameters Route $route Request $request Response|null $response Return Value mixed

PostgresGrammar::compileCreate()

string compileCreate(Blueprint $blueprint, Fluent $command) Compile a create table command. Parameters Blueprint $blueprint Fluent $command Return Value string

Cache

Illuminate\Cache Namespaces Illuminate\Cache\Console