RouteServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Container::tag()

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()

Builder newQuery() Get a new instance of the query builder. Return Value Builder

CallbackEvent::everyMinute()

$this everyMinute() Schedule the event to run every minute. Return Value $this

RouteServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

Collection::average()

mixed average(callable|string|null $callback = null) Alias for the "avg" method. Parameters callable|string|null $callback Return Value mixed

ScheduleRunCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

RouteServiceProvider::pathsToPublish()

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

Model::newQuery()

Builder newQuery() Get a new query builder for the model's table. Return Value Builder

DatabaseNotification::morphMany()

MorphMany morphMany(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-many relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphMany