Micro Dream Form ValidateMicro Dream Form Validate
Home
Plugin
Video Tutorial
Source Code
  • 6.x
  • 5.x
  • 简体中文
  • English
Home
Plugin
Video Tutorial
Source Code
  • 6.x
  • 5.x
  • 简体中文
  • English
  • Introduction
  • Plugin

    • Attributes Support
    • Validator IDE Helper
    • Validator Routing Middleware

Plugin

In order to make the validator more usable and versatile, a number of plugins are provided to aid development.

Sample

The following plug-ins are currently supported:

  • Generate IDE comments to make it easier to view the corresponding validators and scene. itwmw/engine-validate-ide-helper
  • Use the PHP8 attributes to specify the corresponding validators and scene.itwmw/engine-validate-attributes
  • Add a validation middleware to the route to automatically validate the corresponding rules. itwmw/engine-validate-middleware