void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void
string getPlainForeignKey() Get the plain foreign key. Return Value string
void touch() Touch all of the related models for the relationship. Return Value void
Illuminate\Database\Capsule Classes Manager
mixed average(callable|string|null $callback = null) Alias for the "avg" method. Parameters callable|string|null $callback Return Value mixed
array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array
void registerSwiftMailer() Register the Swift Mailer instance. Return Value void
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
MailableMailer bcc(mixed $users) Begin the process of mailing a mailable class instance. Parameters mixed $users Return Value MailableMailer
Page 973 of 996