Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue
array composers(array $composers) Register multiple view composers via an array. Parameters array $composers Return Value array
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
read($sessionId) {@inheritdoc} Parameters $sessionId
string getCompiledPath(string $path) Get the path to the compiled version of a view. Parameters string $path Return Value string
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed
static Model forceCreate(array $attributes) Save a new model and return the instance. Allow mass-assignment. Parameters array $attributes Return Value Model
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
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
Page 256 of 996