RemindersControllerCommand::info()

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

DatabaseNotificationCollection::containsStrict()

bool containsStrict(mixed $key, mixed $value = null) Determine if an item exists in the collection using strict comparison. Parameters mixed $key mixed $value Return Value bool

Response::withHeaders()

$this withHeaders(array $headers) Add an array of headers to the response. Parameters array $headers Return Value $this

Model::hasGetMutator()

bool hasGetMutator(string $key) Determine if a get mutator exists for an attribute. Parameters string $key Return Value bool

SortedMiddleware::reduce()

mixed reduce(callable $callback, mixed $initial = null) Reduce the collection to a single value. Parameters callable $callback mixed $initial Return Value mixed

SparkPostTransport::stop()

stop() {@inheritdoc}

MorphPivot::freshTimestamp()

Carbon freshTimestamp() Get a fresh timestamp for the model. Return Value Carbon

MigrateCommand::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool

AppNameCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

Factory::setPresenceVerifier()

void setPresenceVerifier(PresenceVerifierInterface $presenceVerifier) Set the Presence Verifier implementation. Parameters PresenceVerifierInterface $presenceVerifier Return Value void