StatefulGuard::once()

bool once(array $credentials = array()) Log a user into the application without sessions or cookies. Parameters array $credentials Return Value bool

RemindersTableCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Repository::all()

array all() Get all of the configuration items for the application. 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

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

EventGenerateCommand::option()

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

Database\Migrations

Illuminate\Database\Migrations Classes DatabaseMigrationRepository Migration MigrationCreator Migrator

LengthAwarePaginator::perPage()

int perPage() Determine how many items are being shown per page. Return Value int

RequestMakeCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

ControllerMiddlewareOptions::only()

$this only(array|string|dynamic $methods) Set the controller methods the middleware should apply to. Parameters array|string|dynamic $methods Return Value $this