RequestMakeCommand::callSilent()
  • References/PHP/Laravel/Foundation/Console

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

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

array options() Get all of the options passed to the command.

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

void register() Register the service provider.

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

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

2025-01-10 15:47:30
CommandMakeCommand::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
User::isGuarded()
  • References/PHP/Laravel/Foundation/Auth

bool isGuarded(string $key) Determine if the given key is guarded.

2025-01-10 15:47:30
MakesHttpRequests::see()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this see(string $text, bool $negate = false) Assert that a given string

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

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

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

string secret(string $question, bool $fallback = true) Prompt the user

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

bool isLocal() Determine if application is in local environment.

2025-01-10 15:47:30