ServiceProvider::pathsToPublish()

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

MorphOneOrMany::getResults()

abstract mixed getResults() Get the results of the relationship. Return Value mixed

User::getRouteKey()

mixed getRouteKey() Get the value of the model's route key. Return Value mixed

EventServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

MorphOneOrMany

MorphOneOrMany class MorphOneOrMany extends HasOneOrMany (View source) Methods void __construct(Builder $query, Model $parent, string $type, string $id, string $localKey) Create a new morph one or many relationship instance. void addConstraints() Set the base constraints on the relation query. void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. array initRelation(array $models, string $relation) Initialize the relation on a set of

SendQueuedNotifications::handle()

void handle(ChannelManager $manager) Send the notifications. Parameters ChannelManager $manager Return Value void

AbstractPaginator::viewFactory()

static Factory viewFactory() Get an instance of the view factory from the resolver. Return Value Factory

AbstractPaginator::offsetUnset()

void offsetUnset(mixed $key) Unset the item at the given key. Parameters mixed $key Return Value void

MigrateMakeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

SortedMiddleware::isEmpty()

bool isEmpty() Determine if the collection is empty or not. Return Value bool