Skip to content

v1.4.8

Latest

Choose a tag to compare

@yasintqvi yasintqvi released this 04 Aug 08:08
9c15ac6

Fixed

  • Missing confirmation fields for the confirmed validation rule (#64)
    Fixed an issue where fields using Laravel's confirmed validation rule were generated without their corresponding {field}_confirmation field.
    Confirmation fields are now automatically generated with the same value, including support for nested fields such as user.password_confirmation.