adonisjs / v5-docs

📚 Source code and documentation for the official docs website.
https://v5-docs.adonisjs.com
88 stars 138 forks source link

Added request validator example. #215

Closed Zenkylo closed 3 weeks ago

Zenkylo commented 1 year ago

This example documents how to validate the request body, query, and params.

🔗 Linked issue

214

❓ Type of change

📚 Description

Update to the request validation page. https://docs.adonisjs.com/guides/validator/introduction#validating-http-requests

It took me a bit to figure out how validation against request props work. It could save others time.

Resolves #214

📝 Checklist