void __construct(Container $container, SqsClient $sqs, string $queue, array $job) Create a new job instance. Parameters Container $container SqsClient $sqs string $queue array $job Return Value void
$this assertViewHas(string|array $key, mixed $value = null) Assert that the response view has a given piece of bound data. Parameters string|array $key mixed $value Return Value $this
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
void __construct(Filesystem $files, string $publishPath) Create a new view publisher instance. Parameters Filesystem $files string $publishPath Return Value void
array getRoutesByMethod() Get all of the routes keyed by their HTTP verb / method. Return Value array
mixed pull(mixed $key, mixed $default = null) Get and remove an item from the collection. Parameters mixed $key mixed $default Return Value mixed
void question(string $string) Write a string as question output. Parameters string $string Return Value void
void extend(string $abstract, Closure $closure) "Extend" an abstract type in the container. Parameters string $abstract Closure $closure Return Value void Exceptions InvalidArgumentException
RedirectResponse back(int $status = 302, array $headers = array()) Create a new redirect response to the previous location. Parameters int $status array $headers Return Value RedirectResponse
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
Page 733 of 996