ClearCompiledCommand::fire()

void fire() Execute the console command. Return Value void

FormRequest::flash()

void flash(string $filter = null, array $keys = array()) Flash the input for the current request to the session. Parameters string $filter array $keys Return Value void

Application::useStoragePath()

$this useStoragePath(string $path) Set the storage directory. Parameters string $path Return Value $this

FlushFailedCommand::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

HTML::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

DatabaseNotificationCollection::reverse()

Collection reverse() Reverse items order. Return Value Collection

FileStore::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

Filesystem::move()

bool move(string $path, string $target) Move a file to a new location. Parameters string $path string $target Return Value bool

MigrateCommand::options()

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

Broadcast::getFacadeRoot()

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