sas / cms-generator
为新的 CMS 元素或块创建结构
1.0.2
2022-05-05 12:31 UTC
Requires
- shopware/core: ~6.4.0
README
厌倦了为 CMS 块或元素创建整个文件夹结构?使用此插件,您可以在几秒钟内创建脚手架 🚀
安装
composer require sas/cms-generatorbin/console plugin:refreshbin/console plugin:install SasCmsGenerator -a
命令
第一个参数接受元素或块的名称。第二个参数接受应生成脚手架的插件的名称。
bin/console sas:generate-cms:element element-name PluginNamebin/console sas:generate-cms:block block-name PluginName