RefreshCommand::line()
  • References/PHP/Laravel/Database/Console/Migrations

void line(string $string, string $style = null, null|int|string $verbosity = null)

2025-01-10 15:47:30
RollbackCommand::question()
  • References/PHP/Laravel/Database/Console/Migrations

void question(string $string, null|int|string $verbosity = null) Write

2025-01-10 15:47:30
ResetCommand::ask()
  • References/PHP/Laravel/Database/Console/Migrations

string ask(string $question, string $default = null) Prompt the user for

2025-01-10 15:47:30
RefreshCommand::__construct()
  • References/PHP/Laravel/Database/Console/Migrations

void __construct() Create a new console command instance.

2025-01-10 15:47:30
MigrateCommand::confirmToProceed()
  • References/PHP/Laravel/Database/Console/Migrations

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback

2025-01-10 15:47:30
InstallCommand::argument()
  • References/PHP/Laravel/Database/Console/Migrations

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

2025-01-10 15:47:30
ResetCommand::getLaravel()
  • References/PHP/Laravel/Database/Console/Migrations

Application getLaravel()

2025-01-10 15:47:30
MigrateMakeCommand::hasOption()
  • References/PHP/Laravel/Database/Console/Migrations

bool hasOption(string $name) Determine if the given option is present.

2025-01-10 15:47:30
RollbackCommand::askWithCompletion()
  • References/PHP/Laravel/Database/Console/Migrations

string askWithCompletion(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
MigrateMakeCommand::fire()
  • References/PHP/Laravel/Database/Console/Migrations

void fire() Execute the console command.

2025-01-10 15:47:30