array initRelation(array $models, string $relation) Initialize the relation on a set of models. Parameters array $models string $relation Return Value array
mixed user(string|null $guard = null) Get the user making the request. Parameters string|null $guard Return Value mixed
$this setJob(Job $job) Set the base queue job instance. Parameters Job $job Return Value $this
$this seeIsAuthenticatedAs($user, string|null $guard = null) Assert that the user is authenticated as the given user. Parameters $user string|null $guard Return Value $this
unqueue(string $name) Remove a cookie from the queue. Parameters string $name
void error(string $string) Write a string as error output. Parameters string $string Return Value void
ControllerMiddlewareOptions middleware(array|string|Closure $middleware, array $options = array()) Register middleware on the controller. Parameters array|string|Closure $middleware array $options Return Value ControllerMiddlewareOptions
Illuminate\Contracts\Config Interfaces Repository
$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
Page 22 of 996