Router::has()

bool has(string $name) Check if a route with the given name exists. Parameters string $name Return Value bool

Redis::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

ViewErrorBag::put()

$this put(string $key, MessageBag $bag) Add a new MessageBag instance to the bags. Parameters string $key MessageBag $bag Return Value $this

SesTransport::stop()

stop() {@inheritdoc}

PostgresConnection::setTablePrefix()

void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void

BelongsToMany::getRelationName()

string getRelationName() Get the relationship name for the relationship. Return Value string

Redis

Redis class Redis extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolve

ClearCompiledCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

Event::hourly()

$this hourly() Schedule the event to run hourly. Return Value $this

MorphPivot::push()

bool push() Save the model and all of its relationships. Return Value bool