the controllers currently fetch string parameters from the request via .input() and parse it manually - this should instead use validators to automatically extract, parse and validate all parameters
need to check whether adonis has support for zod validators - if not, a rewrite of validators to vinejs may be needed
the controllers currently fetch string parameters from the request via
.input()and parse it manually - this should instead use validators to automatically extract, parse and validate all parametersneed to check whether adonis has support for zod validators - if not, a rewrite of validators to vinejs may be needed