MessageBag::get()

array get(string $key, string $format = null) Get all of the messages from the bag for a given key. Parameters string $key string $format Return Value array

CacheServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

ListenCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

AuthServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

DownCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

Blueprint::primary()

Fluent primary(string|array $columns, string $name = null, string|null $algorithm = null) Specify the primary key(s) for the table. Parameters string|array $columns string $name string|null $algorithm Return Value Fluent

Route::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Model::__isset()

bool __isset(string $key) Determine if an attribute or relation exists on the model. Parameters string $key Return Value bool

DatabaseSessionHandler::close()

close() {@inheritdoc}

Pivot::hydrate()

static Collection hydrate(array $items, string|null $connection = null) Create a collection of models from plain arrays. Parameters array $items string|null $connection Return Value Collection