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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T13:55:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T23:19:00.404Z (3 months ago)
- Topics: shopware, shopware-plugin, shopware6, shopware6-plugin
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 40
- Watchers: 5
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_de-DE.md
Awesome Lists containing this project
- awesome-shopware6 - CMS Scaffolding >6.x
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`