vendor machine seeder

This commit is contained in:
glovetleong
2021-06-26 16:40:24 +08:00
parent c07faf92a8
commit 0be9350b30
18 changed files with 473 additions and 13 deletions
+4 -4
View File
@@ -32,10 +32,10 @@ class UsersTableSeeder extends Seeder
],
[
'id' => 2,
'first_name' => 'vendor machine',
'last_name' => 'project',
'username' => 'user 1',
'email' => 'one@vendor-machine.com',
'first_name' => 'Coca Cola',
'last_name' => 'Project',
'username' => 'cocal-cola',
'email' => 'one@coca-cola.com',
'password' => bcrypt('pass123'),
'img' => null,
'status' => 1,