XF2 Request Validator

Status
This content is read-only, or is not open for further replies.

grisha2217

Guest
offline
One area where I think XenForo 2 could really level up its developer experience is request validation.

Right now, validation in XF2 is very controller/service-centric and scattered across different layers. In contrast, Laravel’s Request Validators provide a clean, declarative, and reusable way to define validation rules, authorization logic, and custom messages in a single place: https://laravel.com/docs/12.x/validation

I’d love to see something similar in XF2 — a dedicated “Request...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom