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
{{ message }}
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
Many validation rules can be inferred from the database, such as if the field is required or not, bool, string or numeric, unique, and so on (password fields can be inferred to have a confirmed as well).
We should have an Artisan command that reads this and creates the Ardent model.
Additionally, we could add a docblock with all fields.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Many validation rules can be inferred from the database, such as if the field is required or not, bool, string or numeric, unique, and so on (password fields can be inferred to have a confirmed as well).
We should have an Artisan command that reads this and creates the Ardent model.
Additionally, we could add a docblock with all fields.
The text was updated successfully, but these errors were encountered: