Class Illuminate\Database\Console\Migrations\BaseCommand

extends Command
Methods
Methods inherited from Illuminate\Console\Command
__construct(), configureUsingFluentDefinition(), configureIsolation(), run(), execute(), commandIsolationMutex(), resolveCommand(), fail(), isHidden(), setHidden(), getLaravel(), setLaravel()
Methods inherited from Symfony\Component\Console\Command\Command
getDefaultName(), getDefaultDescription(), ignoreValidationErrors(), setApplication(), setHelperSet(), getHelperSet(), getApplication(), isEnabled(), configure(), interact(), initialize(), complete(), setCode(), setDefinition(), getDefinition(), getNativeDefinition(), addArgument(), addOption(), setName(), setProcessTitle(), getName(), setDescription(), getDescription(), setHelp(), getHelp(), getProcessedHelp(), setAliases(), getAliases(), getSynopsis(), addUsage(), getUsages(), getHelper()
Methods used from Illuminate\Console\Concerns\CallsCommands
call(), callSilent(), callSilently(), runCommand(), createInputFromArguments(), context()
Methods used from Illuminate\Console\Concerns\ConfiguresPrompts
configurePrompts(), promptUntilValid(), validatePrompt(), getPromptValidatorInstance(), validationMessages(), validationAttributes(), restorePrompts()
Methods used from Illuminate\Console\Concerns\HasParameters
specifyParameters(), getArguments(), getOptions()
Methods used from Illuminate\Console\Concerns\InteractsWithIO
hasArgument(), argument(), arguments(), hasOption(), option(), options(), confirm(), ask(), anticipate(), askWithCompletion(), secret(), choice(), table(), withProgressBar(), info(), line(), comment(), question(), error(), warn(), alert(), newLine(), setInput(), setOutput(), setVerbosity(), parseVerbosity(), getOutput(), outputComponents()
Methods used from Illuminate\Console\Concerns\InteractsWithSignals
trap()
Methods used from Illuminate\Console\Concerns\PromptsForMissingInput
interact(), promptForMissingArguments(), promptForMissingArgumentsUsing(), afterPromptingForMissingArguments(), didReceiveOptions()
Methods used from Illuminate\Support\Traits\Macroable
macro(), mixin(), hasMacro(), flushMacros(), __callStatic(), __call()
Constants inherited from Symfony\Component\Console\Command\Command
SUCCESS, FAILURE, INVALID
Properties inherited from Illuminate\Console\Command
$laravel, $signature, $name, $description, $help, $hidden, $isolated, $isolatedExitCode, $aliases
Properties used from Illuminate\Console\Concerns\InteractsWithIO
$input, $output, $verbosity, $verbosityMap
Properties used from Illuminate\Console\Concerns\InteractsWithSignals
$signals
Properties used from Illuminate\Support\Traits\Macroable
$macros