Installation

Installation with Composer

140k Downloads / Month

Open Source MIT License

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

You can install this package quickly and easily 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