Supported Traits
Table of contents
1. Overview Table of Contents
This framework currently supports 4 traits intended for developer use:
2. HasTimestamps Table of Contents
Contains a collection of functions for enforcing your project’s password policy:
isMaxLength- True if this policy is enabledisMinLength- True if this policy is enabledlowerChar- True if this policy is enabledmaxLength- Maximum allowed lengthminLength- Minimum allowed lengthnumericChar- True if this policy is enabledspecialChar- True if this policy is enabledupperChar- True if this policy is enabled
3. PasswordPolicy Table of Contents
Supports timestamp related features for your $created_at and $updated_at database fields. The timeStamps function is used to manage these fields.