An extension that makes your form validation more convenient, efficient, and secure, fulfilling all your validation requirements.

The current version of the document is 5.0.0.dev.a72d27ee80307ff276cef61699b554dfed8d2da9

Catalog

Install

using Composer

composer require w7/engine-validate

Use Development Version

The current version has not been officially released yet. If you need to use it, you can add the following to your composer.json file:

{
  "minimum-stability": "dev",
  "prefer-stable": true
}

This will allow you to use the development version of the software while still ensuring that stable versions are preferred.