adonisjs / validator

Schema based validator for AdonisJS
MIT License
116 stars 39 forks source link

Is there way to use validators without http request? #130

Closed Uttam-EWW closed 2 years ago

Uttam-EWW commented 2 years ago

So basically what i want to achieve is to validate other data by using this validator's functionalities. So is there anyway to do it?

thetutlage commented 2 years ago

Its covered in the docs here. https://docs.adonisjs.com/guides/validator/introduction#standalone-validator-usage

Uttam-EWW commented 2 years ago

Its covered in the docs here. https://docs.adonisjs.com/guides/validator/introduction#standalone-validator-usage

Thank you so much.

thetutlage commented 2 years ago

Closing. In the future you can use the discussions forum to ask your questions http://github.com/adonisjs/core/discussions

We use the issues tracker for just managing feature requests and bugs