Notification::swap()

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

ConnectionResolver::getDefaultConnection()

string getDefaultConnection() Get the default connection name. Return Value string

ResetCommand::error()

void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void

StatefulGuard::viaRemember()

bool viaRemember() Determine if the user was authenticated via "remember me" cookie. Return Value bool

ClosureCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ClosureCommand::describe()

$this describe(string $description) Set the description for the command. Parameters string $description Return Value $this

UploadedFile::store()

string|false store(string $path, string|null $disk = null) Store the uploaded file on a filesystem disk. Parameters string $path string|null $disk Return Value string|false

ConfigClearCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

MorphMany::save()

Model save(Model $model) Attach a model instance to the parent model. Parameters Model $model Return Value Model

VendorPublishCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string