ConsoleMakeCommand::call()
  • References/PHP/Laravel/Foundation/Console

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

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

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

2025-01-10 15:47:30
StorageLinkCommand::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
AssertionsTrait::assertRedirectedToRoute()
  • References/PHP/Laravel/Foundation/Testing

void assertRedirectedToRoute(string $name, array $parameters = array(), array $with = array())

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

void assertViewHas(string|array $key, mixed $value = null) Assert that

2025-01-10 15:47:30
EventServiceProvider::listens()
  • References/PHP/Laravel/Foundation/Support/Providers

array listens() Get the events and handlers.

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
FormRequest::hasHeader()
  • References/PHP/Laravel/Foundation/Http

bool hasHeader(string $key) Determine if a header is set on the request

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

RouteListCommand class RouteListCommand extends

2025-01-10 15:47:30