Repository::add()

bool add(string $key, mixed $value, DateTime|float|int $minutes) Store an item in the cache if the key does not exist. Parameters string $key mixed $value DateTime|float|int $minutes Return Value bool

MigrateMakeCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

Rule::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

FoundationServiceProvider::boot()

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

TestCase::delete()

$this delete(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a DELETE request. Parameters string $uri array $data array $headers Return Value $this

DatabaseNotification::setObservableEvents()

$this setObservableEvents(array $observables) Set the observable event names. Parameters array $observables Return Value $this

Manager::getDefaultDriver()

abstract string getDefaultDriver() Get the default driver name. Return Value string

Mailer::alwaysFrom()

void alwaysFrom(string $address, string|null $name = null) Set the global from address and name. Parameters string $address string|null $name Return Value void

MigrateMakeCommand::error()

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

KeyGenerateCommand::anticipate()

string anticipate(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