MessageBag::toArray()

array toArray() Get the instance as an array. Return Value array

QueueManager::looping()

void looping(mixed $callback) Register an event listener for the daemon queue loop. Parameters mixed $callback Return Value void

QueuedJob::fire()

void fire(Job $job, array $data) Fire the job. Parameters Job $job array $data Return Value void

SQLiteConnection::setTablePrefix()

void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void

ViewClearCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void

HasOne::touch()

void touch() Touch all of the related models for the relationship. Return Value void

UploadedFile::path()

string path() Get the fully qualified path to the file. Return Value string

SubscribeCommand deprecated::option()

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

ServeCommand::line()

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

ClearRemindersCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string