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

SQLiteConnection::pretend()

array pretend(Closure $callback) Execute the given callback in "dry run" mode. Parameters Closure $callback Return Value array

Dimensions::ratio()

$this ratio(float $value) Set the "ratio" constraint. Parameters float $value Return Value $this

TestMakeCommand::question()

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

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

StatefulGuard::logout()

void logout() Log the user out of the application. Return Value void

RoutesCommand::__construct()

void __construct(Router $router) Create a new route command instance. Parameters Router $router Return Value void

Contracts\Broadcasting

Illuminate\Contracts\Broadcasting Interfaces Broadcaster Factory ShouldBroadcast ShouldBroadcastNow

SqsJob::release()

void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void

Inspiring

Inspiring class Inspiring (View source) Methods static string quote() Get an inspiring quote.