EventGenerateCommand::option()

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

Arr::set()

static array set(array $array, string $key, mixed $value) Set an array item to a given value using "dot" notation. If no key is given to the method, the entire array will be replaced. Parameters array $array string $key mixed $value Return Value array

Mailable::from()

$this from(object|array|string $address, string|null $name = null) Set the sender of the message. Parameters object|array|string $address string|null $name Return Value $this

Repository::all()

array all() Get all of the configuration items for the application. Return Value array

ReversePageConstraint

ReversePageConstraint class ReversePageConstraint extends PageConstraint (View source) Methods string toString() Get a string representation of the object. void __construct(PageConstraint $pageConstraint) Create a new reverse page constraint instance. bool matches(Crawler $crawler) Reverse the original page constraint result.

EnvironmentCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

PostgresConnector::setDefaultOptions()

void setDefaultOptions(array $options) Set the default PDO connection options. Parameters array $options Return Value void

Collection::count()

int count() Count the number of items in the collection. Return Value int

ServeCommand::ask()

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

BelongsToMany::getBaseQuery()

Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder