'Javier Feliz', // 'email' => 'me@javierfeliz.com', // 'password' => Hash::make('password') // ]); // Create 8 sample applications Application::factory(8)->create(); // Create authentication tokens for testing $this->call(AuthenticationTokenSeeder::class); } }