sas/cms-generator

为新的 CMS 元素或块创建结构

安装次数: 8,702

依赖项: 0

建议者: 0

安全: 0

星标: 39

关注者: 5

分支: 11

开放问题: 1

类型:shopware-platform-plugin

1.0.2 2022-05-05 12:31 UTC

This package is auto-updated.

Last update: 2024-09-05 17:37:26 UTC


README

厌倦了为 CMS 块或元素创建整个文件夹结构?使用此插件,您可以在几秒钟内创建脚手架 🚀

安装

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

命令

第一个参数接受元素或块的名称。第二个参数接受应生成脚手架的插件的名称。

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