added new migrations and models

This commit is contained in:
Jagad R R
2024-12-11 12:29:37 +07:00
parent 0168f5b32f
commit fc5372a181
21 changed files with 436 additions and 7 deletions
+1
View File
@@ -20,6 +20,7 @@ class UserSeeder extends Seeder
$user->username = "user1";
$user->email = "user1@gmail.com";
$user->password = Hash::make('12345678');
$user->phone = "085112345678";
$user->save();
}
}