RouteClearCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

MandrillTransport

MandrillTransport class MandrillTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport

SparkPostTransport::__construct()

void __construct(ClientInterface $client, string $key, array $options = array()) Create a new SparkPost transport instance. Parameters ClientInterface $client string $key array $options Return Value void

MySqlGrammar::compileChange()

array compileChange(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a change column command into a series of SQL statements. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array Exceptions RuntimeException

Grammar::compileChange()

array compileChange(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a change column command into a series of SQL statements. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array Exceptions RuntimeException

SessionTableCommand::comment()

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

Str::replaceLast()

static string replaceLast(string $search, string $replace, string $subject) Replace the last occurrence of a given value in the string. Parameters string $search string $replace string $subject Return Value string

MailServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

ProviderRepository::createProvider()

ServiceProvider createProvider(string $provider) Create a new provider instance. Parameters string $provider Return Value ServiceProvider

ResetCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application