ProviderMakeCommand::confirm()
  • References/PHP/Laravel/Foundation/Console

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

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

ServeCommand class ServeCommand extends

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

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

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

void __construct(Filesystem $files)

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

Response call(string $method, string $uri, array $parameters = array(), array

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

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

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

$this seeElement(string $selector, array $attributes = array(), bool $negate = false)

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

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

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

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30