How to Add Custom Validation Rules to Adonis Validator
Sample code for codechauffeur.com/how-to-add-custom-validation-rules-to-adonis-validator
Requirements
- NodeJs
Development
- Clone project
- Run
npm install
- Create .env from the example file in the root folder and edit as appropriate
- Run
npm start
- Visit localhost:3333