feat: implement barangay and household management with associated tests

This commit is contained in:
Developer
2026-06-29 15:02:52 +08:00
parent 9ac2ea7bda
commit b85fc255cf
124 changed files with 2894 additions and 192 deletions

View File

@@ -11,11 +11,15 @@ class OtpCode extends Model
use HasFactory;
public const CHANNEL_SMS = 'sms';
public const CHANNEL_EMAIL = 'email';
public const PURPOSE_REGISTER = 'register';
public const PURPOSE_LOGIN = 'login';
public const PURPOSE_PHONE_VERIFY = 'phone_verify';
public const PURPOSE_PASSWORD_RESET = 'password_reset';
public const MAX_ATTEMPTS = 5;