You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
AdonisJS validator is a type-safe schema validation library to validate form requests. It is one of the **fastest validation** library in the Node.js ecosystem.
8
+
This is the repo for the legacy Validator mainly used by AdonisJS v5. We ported it to AdonisJS 6 in order to allow users to easily migrate to AdonisJS 6.
9
+
10
+
The new validator is now [Vine.js](vinejs.dev) and we recommend migrating to it and using it for new projects.
15
11
16
12
## Official Documentation
17
-
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/validator/introduction)
13
+
The documentation for the legacy validator is available on the [AdonisJS website](https://v6-migration.adonisjs.com/guides/validator-introduction)
18
14
19
15
## Contributing
20
16
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
@@ -25,39 +21,15 @@ We encourage you to read the [contribution guide](https://github.com/adonisjs/.g
25
21
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).
26
22
27
23
## License
28
-
AdonisJS validator is open-sourced software licensed under the [MIT license](LICENSE.md).
0 commit comments