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

Model::newQuery()

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

RouteServiceProvider::pathsToPublish()

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

ScheduleRunCommand::getLaravel()

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

Collection::average()

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

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

Builder::newQuery()

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

RemindersTableCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Arr::last()

static mixed last(array $array, callable $callback = null, mixed $default = null) Return the last element in an array passing a given truth test. Parameters array $array callable $callback mixed $default Return Value mixed