Add Login & Register

This commit is contained in:
R
2022-09-15 11:47:36 +07:00
parent a3b95615d7
commit 300b53942d
40 changed files with 658 additions and 3 deletions

View File

@@ -21,6 +21,9 @@ class User extends Authenticatable
'name',
'email',
'password',
'phone',
'otp',
'otp_created_at'
];
/**