MigrateMakeCommand class MigrateMakeCommand extends
bool hasArgument(string|int $name) Determine if the given argument is present
string|array option(string $key = null) Get the value of a command option
void __construct(MigrationCreator
bool hasOption(string $name) Determine if the given option is present.
Application getLaravel()
void setLaravel(Container $laravel)
string askWithCompletion(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
Page 4 of 31