ViewClearCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

ResourceRegistrar::getResourceUri()

string getResourceUri(string $resource) Get the base resource URI for a given resource. Parameters string $resource Return Value string

MySqlConnection::disconnect()

void disconnect() Disconnect from the underlying PDO connection. Return Value void

User::relationsToArray()

array relationsToArray() Get the model's relationships in array form. Return Value array

ListenCommand::callSilent()

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

Model::setUpdatedAt()

$this setUpdatedAt(mixed $value) Set the value of the "updated at" attribute. Parameters mixed $value Return Value $this

MorphPivot::push()

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

Event::hourly()

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

ClearCompiledCommand::hasArgument()

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

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