herve / cms-install
安装CMS页面和块的示例
1.0.0
2016-09-15 11:49 UTC
Requires
- php: 7.0.2|~7.0.6
- magento/framework: 100.1.*
This package is auto-updated.
Last update: 2024-09-10 01:35:18 UTC
README
此扩展是创建Magento 2 CMS块和页面的示例。
请在此处阅读博客文章:http://www.herveguetin.com/create-cms-blocks-and-pages-programmatically
安装
# From your Magento 2 install dir
composer require herve/cms-install
php bin/magento module:enable Herve_CmsInstall
php bin/magento setup:upgrade