static Builder|Model with(array|string $relations) Begin querying a model with eager loading. Parameters array|string $relations Return Value Builder|Model
mixed dispatch(mixed $command) Dispatch a command to its appropriate handler. Parameters mixed $command Return Value mixed
void flashInput(array $value) Flash an input array to the session. Parameters array $value Return Value void
$this withoutObservers(array|string $observers) Specify a list of observers that will not run for the given operation. Parameters array|string $observers Return Value $this
string getContentTags() Gets the content tags used for the compiler. Return Value string
void afterCreate(Closure $callback) Register a post migration create hook. Parameters Closure $callback Return Value void
bool chunk(int $count, callable $callback) Chunk the results of the query. Parameters int $count callable $callback Return Value bool
$this setRootControllerNamespace(string $rootNamespace) Set the root controller namespace. Parameters string $rootNamespace Return Value $this
void __construct(Hasher $hasher, string $model) Create a new database user provider. Parameters Hasher $hasher string $model Return Value void
Route substituteBindings(Route $route) Substitute the route bindings onto the route. Parameters Route $route Return Value Route
Page 906 of 996