(seed a user for development)

This commit is contained in:
Adam Wathan
2017-05-18 11:35:47 -04:00
parent a7fa784495
commit a852353292

View File

@@ -13,6 +13,11 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
factory(App\User::class)->create([
'email' => "adam@example.com",
'password' => bcrypt('secret'),
]);
factory(App\Concert::class)->states('published')->create([
'title' => "The Red Chord",
'subtitle' => "with Animosity and Lethargy",