void tag(array|string $abstracts, array|mixed $tags) Assign a set of tags to a given binding. Parameters array|string $abstracts array|mixed $tags Return Value void
Builder newQuery() Get a new instance of the query builder. Return Value Builder
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
$this everyMinute() Schedule the event to run every minute. Return Value $this
mixed average(callable|string|null $callback = null) Alias for the "avg" method. Parameters callable|string|null $callback Return Value mixed
Application getLaravel() Get the Laravel application instance. Return Value Application
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
Builder newQuery() Get a new query builder for the model's table. Return Value Builder
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
SessionHandlerInterface getHandler() Get the underlying session handler implementation. Return Value SessionHandlerInterface
Page 105 of 996