Installation

Installation with Composer

132k Downloads / Month

Open Source MIT License

You are viewing the documentation for Intervention Validation 3, this version has reached end of life (EOL). Please consider upgrading to version 4.

You can install this package quick and easy with Composer.

Require the package via Composer:

composer require intervention/validation

The Validation library is built to work with the Laravel Framework (>=7). It comes with a service provider, which will be discovered automatically and registers the validation rules into your installation.

Edit