DatabaseConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue

Factory::composers()

array composers(array $composers) Register multiple view composers via an array. Parameters array $composers Return Value array

StorageLinkCommand::setLaravel()

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

CookieSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId

Compiler::getCompiledPath()

string getCompiledPath(string $path) Get the path to the compiled version of a view. Parameters string $path Return Value string

Auth::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

RedisServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

User::forceCreate()

static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model

ConsoleServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Arr::first()

static mixed first(array $array, callable $callback = null, mixed $default = null) Return the first element in an array passing a given truth test. Parameters array $array callable $callback mixed $default Return Value mixed