Enable/Disable some fields from the register form
You can disable or enable phone, email or username fields by using the /.env file with these configuration options:
DISABLE_PHONE=false
DISABLE_EMAIL=false
DISABLE_USERNAME=false
NOTE:
- When email and phone are disabled, the email field is enabled by default.
- This feature is only available in v3.1+ (LaraClassified) and v2.0+ (JobClass)