herve / cms-install
Sample for installing CMS pages and blocks
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: 7.0.2|~7.0.6
- magento/framework: 100.1.*
This package is auto-updated.
Last update: 2024-11-10 01:59:33 UTC
README
This extension is an example for creating CMS blocks and pages for Magento 2.
Please read blogpost here: http://www.herveguetin.com/create-cms-blocks-and-pages-programmatically
Install
# From your Magento 2 install dir
composer require herve/cms-install
php bin/magento module:enable Herve_CmsInstall
php bin/magento setup:upgrade