ConfigPublishCommand::callSilent()

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

ConfigPublishCommand::comment()

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

ConfigPublishCommand::choice()

bool 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 bool

ConfigPublishCommand::call()

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

ConfigPublishCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

ConfigClearCommand::__construct()

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

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

ConfigPublishCommand

ConfigPublishCommand class ConfigPublishCommand extends Command (View source) Traits ConfirmableTrait

ConfigPublishCommand::argument()

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

ConfigClearCommand::setLaravel()

void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void