StatusCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

SparkPostTransport::getKey()

string getKey() Get the API key being used by the transport. Return Value string

SessionGuard::login()

void login(Authenticatable $user, bool $remember = false) Log a user into the application. Parameters Authenticatable $user bool $remember Return Value void

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

Rule::hasMacro()

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

MigrateMakeCommand::setLaravel()

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

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