philiplb / CRUDlex

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
https://philiplb.de/crudlex/
MIT License
109 stars 23 forks source link

Abilitiy for additionnal validation constraint #87

Closed planeth44 closed 7 years ago

planeth44 commented 7 years ago

I don't know if it's better done through .yml definition or to give fieldError control in "before" event. But at the moment there is no way to validate a field against specific constraint.

philiplb commented 7 years ago

Hi, yes, the before moment plus whatever event you want to validate (create, update, ...) is the way to go here: http://philiplb.github.io/CRUDlex/docs/html/0.12.0/manual/events.html Feel free to reopen if you have any further questions.