Samuel Kelemen

Results 4 issues of Samuel Kelemen

What about some kind of Definition generation direct from Schema? It can be useful for implement some business logic depend on defined schema. Maybe something like this: **Basic type:** ```php...

enhancement

Return suitable error message when used validator is not registered. ```php new Validation('json', 'status', 'required|enum:0,1,2') ``` Result: ```json { "error": "Bad input parameter", "errors": [ "Validation for status(0) failed |...

enhancement