OptimizeCommand::__construct()
  • References/PHP/Laravel/Foundation/Console

void __construct(Composer $composer)

2025-01-10 15:47:30
RequestMakeCommand::option()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
RouteListCommand::__construct()
  • References/PHP/Laravel/Foundation/Console

void __construct(Router $router)

2025-01-10 15:47:30
ClosureCommand::line()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
AssetPublishCommand::question()
  • References/PHP/Laravel/Foundation/Console

void question(string $string) Write a string as question output.

2025-01-10 15:47:30
AppNameCommand::argument()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
TestMakeCommand::option()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
JobMakeCommand::comment()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30
ModelMakeCommand::call()
  • References/PHP/Laravel/Foundation/Console

int call(string $command, array $arguments = array()) Call another console

2025-01-10 15:47:30
RoutesCommand::comment()
  • References/PHP/Laravel/Foundation/Console

void comment(string $string) Write a string as comment output.

2025-01-10 15:47:30