feat: implement admin user management interface and registration command

This commit is contained in:
Ümit Tunç
2026-04-28 21:41:20 +03:00
parent 7dfb13ffac
commit ae835c4c2f
5 changed files with 61 additions and 37 deletions
+1
View File
@@ -21,6 +21,7 @@ class User extends Authenticatable
'name',
'email',
'password',
'level',
];
/**