AssertionsTrait::assertRedirectedToRoute()
  • References/PHP/Laravel/Foundation/Testing

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

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

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

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

OutputInterface getOutput() Get the output implementation.

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

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

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

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

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

void __construct(string $signature, Closure $callback)

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

void assertSessionHasErrors(string|array $bindings = array(), mixed $format = null)

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

void __construct(Application $app)

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

bool accepts(string|array $contentTypes) Determines whether the current

2025-01-10 15:47:30