VendorPublishCommand::getLaravel()
  • References/PHP/Laravel/Foundation/Console

Application getLaravel()

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

void __construct(string $signature, Closure $callback)

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

void __construct(Composer $composer,

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

ClosureCommand command(string $signature

2025-01-10 15:47:30
ConsoleMakeCommand::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
IlluminateCaster::castCollection()
  • References/PHP/Laravel/Foundation/Console

static array castCollection(Collection $collection)

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

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

2025-01-10 15:47:30
ModelMakeCommand::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
RouteListCommand::call()
  • References/PHP/Laravel/Foundation/Console

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

2025-01-10 15:47:30