RedisServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

ViewFinderInterface::addNamespace()

void addNamespace(string $namespace, string|array $hints) Add a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void

TokenGuard

TokenGuard class TokenGuard implements Guard (View source) Traits GuardHelpers These methods are typically the same across all guards.

ClearCompiledCommand::question()

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

DatabaseNotification::jsonSerialize()

array jsonSerialize() Convert the object into something JSON serializable. Return Value array

NullBroadcaster::broadcast()

void broadcast(array $channels, string $event, array $payload = array()) Broadcast the given event. Parameters array $channels string $event array $payload Return Value void

CallbackEvent::name()

$this name(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this

Container::forgetInstances()

void forgetInstances() Clear all of the instances from the container. Return Value void

Pivot::setHidden()

$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this

SQLiteConnection::setQueryGrammar()

void setQueryGrammar(Grammar $grammar) Set the query grammar used by the connection. Parameters Grammar $grammar Return Value void