RouteListCommand::fire()

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

Message::from()

$this from(string|array $address, string|null $name = null) Add a "from" address to the message. Parameters string|array $address string|null $name Return Value $this

ProviderMakeCommand::anticipate()

string anticipate(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

Filesystem::allFiles()

array allFiles(string $directory, bool $hidden = false) Get all of the files from the given directory (recursive). Parameters string $directory bool $hidden Return Value array

MorphPivot::query()

static Builder query() Begin querying the model. Return Value Builder

MorphPivot::touch()

bool touch() Update the model's update timestamp. Return Value bool

SqlServerGrammar::compileDropIndex()

string compileDropIndex(Blueprint $blueprint, Fluent $command) Compile a drop index command. Parameters Blueprint $blueprint Fluent $command Return Value string

DatabaseNotification::isClean()

bool isClean(array|string|null $attributes = null) Determine if the model or given attribute(s) have remained the same. Parameters array|string|null $attributes Return Value bool

CallbackEvent::monthly()

$this monthly() Schedule the event to run monthly. Return Value $this

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