call(UserSeeder::class); // Uncomment if you want to add 20 random users. // Alternatively run `php artisan db:seed --class=RandomUserSeeder` //$this->call(RandomUserSeeder::class); $this->call(BlogPostSeeder::class); } }