Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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

Generate a CMS element scaffolding within seconds.
https://github.com/Shape-and-Shift/shopware-cms-generator

shopware shopware-plugin shopware6 shopware6-plugin

Last synced: 4 months ago
JSON representation

Generate a CMS element scaffolding within seconds.

Lists

README

        

# Generate CMS elements or blocks

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 🚀

![](https://res.cloudinary.com/dtgdh7noz/image/upload/v1624871065/Bildschirmfoto_2021-06-28_um_11.56.55_b7t19n.png)

### 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`