comunicart / magento2-reset
重置数据库,删除分类、产品、订单、客户和评论。
2.1.0
2016-11-27 13:29 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0
- magento/framework: 100.0.*|100.1.*
This package is not auto-updated.
Last update: 2024-09-28 18:53:23 UTC
README
重置数据库,删除分类、产品、订单、客户和评论
安装
下载
composer require comunicart/magento2-reset
启用模块
php bin/magento module:enable Comunicart_Reset
使用方法
php bin/magento reset:categories
:重置数据库中的分类
php bin/magento reset:customers
:重置数据库中的客户
php bin/magento reset:orders
:重置数据库中的订单
php bin/magento reset:products
:重置数据库中的产品
php bin/magento reset:reviews
:重置数据库中的评论