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
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
bool isDeferred() Determine if the provider is deferred. Return Value bool
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
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
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
bool __isset(string $key) Determine if an attribute or relation exists on the model. Parameters string $key Return Value bool
close() {@inheritdoc}
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
Page 967 of 996