FileLoader::exists()

bool exists(string $group, string $namespace = null) Determine if the given group exists. Parameters string $group string $namespace Return Value bool

Repository::remember()

mixed remember(string $key, DateTime|float|int $minutes, Closure $callback) Get an item from the cache, or store the default value. Parameters string $key DateTime|float|int $minutes Closure $callback Return Value mixed

View::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

MocksApplicationServices::doesntExpectModelEvents()

$this doesntExpectModelEvents(string $model, array|string $events) Specify a list of events that should not be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters string $model array|string $events Return Value $this Exceptions Exception

Factory::getPaginationView()

View getPaginationView(Paginator $paginator, string $view = null) Get the pagination view. Parameters Paginator $paginator string $view Return Value View

MocksApplicationServices::expectsModelEvents()

$this expectsModelEvents(string $model, array|string $events) Specify a list of events that should be fired for the given operation. These events will be mocked, so that handlers will not actually be executed. Parameters string $model array|string $events Return Value $this Exceptions Exception

MorphOneOrMany::update()

int update(array $attributes) Perform an update on all the related models. Parameters array $attributes Return Value int

Builder::enableForeignKeyConstraints()

bool enableForeignKeyConstraints() Enable foreign key constraints. Return Value bool

Notification

Notification class Notification (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers

JsonResponse::header()

$this header(string $key, array|string $values, bool $replace = true) Set a header on the Response. Parameters string $key array|string $values bool $replace Return Value $this