HasOneOrMany::noConstraints()

static mixed noConstraints(Closure $callback) Run a callback with constraints disabled on the relation. Parameters Closure $callback Return Value mixed

HTML::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

SortedMiddleware::unique()

Collection unique(string|callable|null $key = null, bool $strict = false) Return only unique items from the collection array. Parameters string|callable|null $key bool $strict Return Value Collection

Eloquent: Mutators

Eloquent: Mutators Introduction Accessors & Mutators Defining An Accessor Defining A Mutator Date Mutators Attribute Casting Array & JSON Casting Introduction Accessors and mutators allow you to format Eloquent attribute values when you retrieve or set them on model instances. For example, you may want to use the Laravel encrypter to encrypt a value while it is stored in the database, and then automatically decrypt the attribute when you access it on an Eloquent model. In addition

KeyGenerateCommand::run()

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

SortedMiddleware::pipe()

mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed

Pivot::touches()

bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool

MorphMany::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

User::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

PasswordBrokerManager::broker()

mixed broker(string|null $name = null) Attempt to get the broker from the local cache. Parameters string|null $name Return Value mixed