herve/cms-install

Sample for installing CMS pages and blocks

Maintainers

Package info

github.com/herveguetin/Herve_CmsInstall_M2

Type:magento2-module

pkg:composer/herve/cms-install

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0.0 2016-09-15 11:49 UTC

This package is auto-updated.

Last update: 2026-03-10 04:38:25 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