Gate::forUser()

Gate forUser(Authenticatable|mixed $user) Get a guard instance for the given user. Parameters Authenticatable|mixed $user Return Value Gate

DatabaseNotificationCollection::union()

Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection

FileStore::getFilesystem()

Filesystem getFilesystem() Get the Filesystem instance. Return Value Filesystem

Collection::search()

mixed search(mixed $value, bool $strict = false) Search the collection for a given value and return the corresponding key if successful. Parameters mixed $value bool $strict Return Value mixed

PolicyMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

Model::getAttributes()

array getAttributes() Get all of the current attributes on the model. Return Value array

Notifiable::unreadNotifications()

unreadNotifications() Get the entity's unread notifications.

MorphOne

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

PostgresConnection::isDoctrineAvailable()

bool isDoctrineAvailable() Is Doctrine available? Return Value bool

Contracts\Hashing

Illuminate\Contracts\Hashing Interfaces Hasher