We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
791da4d
fix EnumKey rule case sensitive
9fd49ec
Add the jsonserializable support
574052a
add rule of EnumKey
0eabfb7
add except values option to EnumValue rule.
9151a40
add rules to enum:EnumValue,use it like this: $this->validate($request, [ 'user_type' => ['required', new EnumValue(UserType::class)], ]);
0bab069
add the support to [key=>description] collection output
4ae1518
enum for php