/home/techb158/immovalet.com/database/seeders
Edit: /home/techb158/immovalet.com/database/seeders/DatabaseSeeder.php (1354B)
activateAllPlugins();
$this->call(BrandSeeder::class);
$this->call(CurrencySeeder::class);
$this->call(ProductCategorySeeder::class);
$this->call(ProductCollectionSeeder::class);
$this->call(ProductLabelSeeder::class);
$this->call(ProductAttributeSeeder::class);
$this->call(CustomerSeeder::class);
$this->call(ProductSeeder::class);
$this->call(ReviewSeeder::class);
$this->call(TaxSeeder::class);
$this->call(ProductTagSeeder::class);
$this->call(FlashSaleSeeder::class);
$this->call(ShippingSeeder::class);
$this->call(OrderEcommerceSeeder::class);
$this->call(BlogSeeder::class);
$this->call(TestimonialSeeder::class);
$this->call(SimpleSliderSeeder::class);
$this->call(PageSeeder::class);
$this->call(UserSeeder::class);
$this->call(SettingSeeder::class);
$this->call(StoreLocatorSeeder::class);
$this->call(MenuSeeder::class);
$this->call(WidgetSeeder::class);
$this->call(ThemeOptionSeeder::class);
}
}