add dashboard, fix get data scraping, fix table
This commit is contained in:
@@ -22,6 +22,9 @@ class DatabaseSeeder extends Seeder
|
||||
'email' => 'user@demo.com',
|
||||
'email_verified_at' => now(),
|
||||
'password' => Hash::make('password'),
|
||||
'firstname' => 'John',
|
||||
'lastname' => 'Doe',
|
||||
'position' => 'crusial',
|
||||
'remember_token' => Str::random(10),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user