EventMakeCommand::__construct()

void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void

JobMakeCommand

JobMakeCommand class JobMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new console command instance. from GeneratorCommand int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Comma

Str::is()

static bool is(string $pattern, string $value) Determine if a given string matches a given pattern. Parameters string $pattern string $value Return Value bool

RouteClearCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

EventServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

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