BaseCommand::askWithCompletion()

string askWithCompletion(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

DownCommand

DownCommand class DownCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command 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 Command bool hasArgument(string|int $name)

MySqlGrammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

RemindersTableCommand::question()

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

Foundation\Support

Illuminate\Foundation\Support Namespaces Illuminate\Foundation\Support\Providers

Application::starting()

static void starting(Closure $callback) Register a console "starting" bootstrapper. Parameters Closure $callback Return Value void

BusServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

RoutesCommand::option()

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

Builder::when()

Builder when(bool $value, Closure $callback, Closure $default = null) Apply the callback's query changes if the given "value" is true. Parameters bool $value Closure $callback Closure $default Return Value Builder

Contracts\Encryption

Illuminate\Contracts\Encryption Classes DecryptException