BusFake::dispatched()

Collection dispatched(string $command, callable|null $callback = null) Get all of the jobs matching a truth-test callback. Parameters string $command callable|null $callback Return Value Collection

NotificationFake::send()

void send(Collection|array|mixed $notifiables, mixed $notification) Send the given notification to the given notifiable entities. Parameters Collection|array|mixed $notifiables mixed $notification Return Value void

HasText::__construct()

void __construct(string $text) Create a new constraint instance. Parameters string $text Return Value void

Arr::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Pivot::belongsToMany()

BelongsToMany belongsToMany(string $related, string $table = null, string $foreignKey = null, string $otherKey = null, string $relation = null) Define a many-to-many relationship. Parameters string $related string $table string $foreignKey string $otherKey string $relation Return Value BelongsToMany

HasLink::__construct()

void __construct(string $text, string|null $url = null) Create a new constraint instance. Parameters string $text string|null $url Return Value void

Builder::__construct()

void __construct(Connection $connection) Create a new database Schema manager. Parameters Connection $connection Return Value void

MailableMailer::cc()

$this cc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this

ResetCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

EventMakeCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void