You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
laravel 12 and nova 5 support, fixed nested rules validation (#57)
* added nvmrc file
* integrating various pull requests (#45)
* Fix bug in nested forms, as discussed in issue #39 (#40)
* Fix dependencies and remove debugging
* Fix formUniqueId in nested forms
* Revert "Fix bug in nested forms, as discussed in issue #39 (#40)" (#44)
This reverts commit a2bcc77395e79aeae9198f3debaf6cb5fb68f66c.
* Handle BackedEnum (#34)
* Handle BackedEnum
* Use ->value instead of tryFrom
* Get Correct Rules (#32)
Instead of trying to access the specific rule property and check if it is callable call the correct rule method instead so the individual field has a chance to handle the logic.
fixes #17
---------
Co-authored-by: Wajdi Jurry <creations.forum@gmail.com>
Co-authored-by: Lonny Kapelushnik <lonny@lonnylot.com>
* update composer.json to support Laravel 12 and Nova 5 (#56)
---------
Co-authored-by: Wajdi Jurry <creations.forum@gmail.com>
Co-authored-by: Lonny Kapelushnik <lonny@lonnylot.com>