1. 查看模块状态
./bin/magento module:status
2. 启用模块
./bin/magento module:enable Toptal_Blog
3. 停用模块
bin/magento module:disable {module name}
4. 更新模块
bin/magento setup:upgrade
5. 清除缓存
bin/magento cache:flush
./bin/magento module:status
./bin/magento module:enable Toptal_Blog
bin/magento module:disable {module name}
bin/magento setup:upgrade
bin/magento cache:flush