sas/cms-generator

Creates the structure for new cms elements or blocks

Maintainers

Package info

github.com/Shape-and-Shift/shopware-cms-generator

Type:shopware-platform-plugin

pkg:composer/sas/cms-generator

Statistics

Installs: 8 983

Dependents: 0

Suggesters: 0

Stars: 43

Open Issues: 1

1.0.2 2022-05-05 12:31 UTC

This package is auto-updated.

Last update: 2026-03-05 21:21:14 UTC


README

Tired of creating the whole folder structure for a CMS block or element? With this plugin you can create the scaffolding within a few seconds 🚀

Installation

  • composer require sas/cms-generator
  • bin/console plugin:refresh
  • bin/console plugin:install SasCmsGenerator -a

Commands

The first parameter accepts the name for the element or block. The second parameter accepts the name of the plugin for which the scaffolding should be generated.

  • bin/console sas:generate-cms:element element-name PluginName
  • bin/console sas:generate-cms:block block-name PluginName