Auth::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

PasswordBrokerFactory

PasswordBrokerFactory interface PasswordBrokerFactory (View source) Methods mixed broker(string|null $name = null) Get a password broker instance by name.

HandleQueuedMessage::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

RemindersTableCommand::argument()

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

RollbackCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

ResetPassword

ResetPassword class ResetPassword extends Notification (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers

Command::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

Collection::filter()

Collection filter(callable $callback = null) Run a filter over each of the items. Parameters callable $callback Return Value Collection

Filesystem::getVisibility()

string getVisibility(string $path) Get the visibility for the given path. Parameters string $path Return Value string

File

File class File extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved