Collection::mapWithKeys()

Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection

MakesHttpRequests::dontSeeInField()

$this dontSeeInField(string $selector, string $value) Assert that an input field does not contain the given value. Parameters string $selector string $value Return Value $this

MorphPivot::saving()

static void saving(Closure|string $callback, int $priority) Register a saving model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

MakesHttpRequests::seeLink()

$this seeLink(string $text, string|null $url = null, bool $negate = false) Assert that a given link is seen on the page. Parameters string $text string|null $url bool $negate Return Value $this

MakeAuthCommand::__construct()

void __construct() Create a new console command instance. Return Value void

ShouldBroadcastNow

ShouldBroadcastNow interface ShouldBroadcastNow implements ShouldBroadcast (View source) Methods array broadcastOn() Get the channels the event should broadcast on. from ShouldBroadcast

Validator::getCustomMessages()

array getCustomMessages() Get the custom messages for the validator. Return Value array

Model::resolveConnection()

static Connection resolveConnection(string|null $connection = null) Resolve a connection instance. Parameters string|null $connection Return Value Connection

FailConsoleServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

Logout::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array