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: 6 months ago
JSON representation
Generate a CMS element scaffolding within seconds.
- Host: GitHub
- URL: https://github.com/shape-and-shift/shopware-cms-generator
- Owner: Shape-and-Shift
- Created: 2021-06-25T12:02:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T13:55:33.000Z (over 3 years ago)
- Last Synced: 2025-10-22T16:54:07.022Z (8 months ago)
- Topics: shopware, shopware-plugin, shopware6, shopware6-plugin
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 43
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_de-DE.md
Awesome Lists containing this project
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 🚀

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