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

DownCommand::options()

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

Blueprint::unsignedInteger()

Fluent unsignedInteger(string $column, bool $autoIncrement = false) Create a new unsigned integer (4-byte) column on the table. Parameters string $column bool $autoIncrement Return Value Fluent

JoinClause::offset()

$this offset(int $value) Set the "offset" value of the query. Parameters int $value Return Value $this

Event::wednesdays()

$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this

ControllerMiddlewareOptions::__construct()

void __construct(array $options) Create a new middleware option instance. Parameters array $options Return Value void