芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/acsolutionbd.com/main/database/seeders/DatabaseSeeder.php
activateAllPlugins(); $this->call(LanguageSeeder::class); $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(ProductOptionSeeder::class); $this->call(FaqSeeder::class); $this->call(MenuSeeder::class); $this->call(WidgetSeeder::class); $this->call(ThemeOptionSeeder::class); $this->call(AdsSeeder::class); $this->finished(); } }