SqsJob::__construct()

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

MakesHttpRequests::assertViewHas()

$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

MailMakeCommand::askWithCompletion()

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

ViewPublisher::__construct()

void __construct(Filesystem $files, string $publishPath) Create a new view publisher instance. Parameters Filesystem $files string $publishPath Return Value void

FailedTableCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

ClassLoader::normalizeClass()

static string normalizeClass(string $class) Get the normal file name for a class. Parameters string $class Return Value string

RouteCollection::getRoutesByMethod()

array getRoutesByMethod() Get all of the routes keyed by their HTTP verb / method. Return Value array

HasOneOrMany::addConstraints()

void addConstraints() Set the base constraints on the relation query. Return Value void

Builder::getGrammar()

Grammar getGrammar() Get the query grammar instance. Return Value Grammar

Collection::flatMap()

Collection flatMap(callable $callback) Map a collection and flatten the result by a single level. Parameters callable $callback Return Value Collection