Lee, Jebum
Lee, Jebum
In case of data array key has dot, the validator broke. ## Example ```php $phpArray = [ 'google.com' => 'google', 'youtube.com' => 'youtube' ]; $rules = [ 'required' => ['google.com',...
**requiredWith** rule is not work right with rule chaining. Check out the following example plz. ## Example code ```php $data = [ 'name' => null, 'price' => null ]; $rules=...
## 🐛 Bug Report I'm trying to move the `ref` part from `` to a different part in my own template. But, it seems I can't do this when I...