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

Application getLaravel()

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

void __construct() Create a new console command instance.

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

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

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

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

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

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

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

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

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

$this loadEnvironmentFrom(string $file) Set the environment file to be

2025-01-10 15:47:30
CommandCreatorServiceProvider::when()
  • References/PHP/Laravel/Foundation/Providers

array when() Get the events that trigger this service provider to register

2025-01-10 15:47:30
EventGenerateCommand
  • References/PHP/Laravel/Foundation/Console

EventGenerateCommand class EventGenerateCommand extends

2025-01-10 15:47:30
EventGenerateCommand::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