Validator::mergeRules()

$this mergeRules(string $attribute, string|array $rules = array()) Merge additional rules into a given attribute(s). Parameters string $attribute string|array $rules Return Value $this

User::offsetGet()

mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed

MethodValidator

MethodValidator class MethodValidator implements ValidatorInterface (View source) Methods bool matches(Route $route, Request $request) Validate a given rule against a route and request.

InstallCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

HtmlString::__construct()

void __construct(string $html) Create a new HTML string instance. Parameters string $html Return Value void

DetectsLostConnections

DetectsLostConnections trait DetectsLostConnections (View source)

DatabaseQueue::later()

mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue Return Value mixed

User::isFillable()

bool isFillable(string $key) Determine if the given attribute may be mass assigned. Parameters string $key Return Value bool

Collection::uniqueStrict()

Collection uniqueStrict(string|callable|null $key = null) Return only unique items from the collection array using strict comparison. Parameters string|callable|null $key Return Value Collection

ViewFinderInterface::addLocation()

void addLocation(string $location) Add a location to the finder. Parameters string $location Return Value void