herve/cms-install

Sample for installing CMS pages and blocks

1.0.0 2016-09-15 11:49 UTC

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