RouteCollection::match()

Route match(Request $request) Find the first route matching a given request. Parameters Request $request Return Value Route Exceptions NotFoundHttpException

TinkerCommand::run()

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

Relation

Relation class Relation (View source) Methods void __construct(Builder $query, Model $parent) Create a new relation 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 models. array match(array $models, Collection $results, string $relation) Match the eagerly lo

MorphOne::getRelated()

Model getRelated() Get the related model of the relation. Return Value Model

Application::loadDeferredProvider()

void loadDeferredProvider(string $service) Load the provider for a deferred service. Parameters string $service Return Value void

ResetCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

HasMany::getBaseQuery()

Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder

ClearCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

StatefulGuard::login()

void login(Authenticatable $user, bool $remember = false) Log a user into the application. Parameters Authenticatable $user bool $remember Return Value void

Validation

Illuminate\Validation Classes DatabasePresenceVerifier Factory ValidationServiceProvider Validator