Kernel::bootstrap()
  • References/PHP/Laravel/Foundation/Http

void bootstrap() Bootstrap the application for HTTP requests.

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

Application getApplication()

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

int run(InputInterface $input, OutputInterface $output) Run the console

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

OutputInterface getOutput() Get the output implementation.

2025-01-10 15:47:30
Application::getInstance()
  • References/PHP/Laravel/Foundation

static Container getInstance()

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

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

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

bool confirm(string $question, bool $default = false) Confirm a question

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

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

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

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

2025-01-10 15:47:30