Fixed
- Missing confirmation fields for the
confirmedvalidation rule (#64)
Fixed an issue where fields using Laravel'sconfirmedvalidation rule were generated without their corresponding{field}_confirmationfield.
Confirmation fields are now automatically generated with the same value, including support for nested fields such asuser.password_confirmation.