Laravel Model Validation #128
theriddleofenigma
started this conversation in
Package Suggestions
Replies: 1 comment 4 replies
-
Hey! Thanks for your package suggestion. This seem to be a trivial task with Laravel nowadays. What's benefit of using package over just hooking up a validation logic with the model events? Also, I noticed your README has no syntax highlighting for the codes provided. Could you please make more effort into making a more readable code examples? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It validates the model data on create/update/save.
Like an easy validator option for the eloquent models. Also have flexibility for additional codes that might be executed on before and after validation.
https://github.com/theriddleofenigma/laravel-model-validation
Beta Was this translation helpful? Give feedback.
All reactions