定制 torqit/pimcore-folder-creator-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

torqit/pimcore-folder-creator-bundle

最新稳定版本:v4.0.1

Composer 安装命令:

composer require torqit/pimcore-folder-creator-bundle

包简介

README 文档

README

This bundle will use the layout in config/folders.yaml to create and save a folder layout in the pimcore admin. It will not delete and remove existing folders. It will check to ensure the folder in the template is at the location it expects. In the repo, their is an example folders.yaml file, with the layout the command expects.

Installing the package via composer

This bundle is easily installed via composer: composer require torqit/pimcore-folder-creator-bundle

Steps to setting up the layout of your folder structure in pimcore admin:

  1. Create a folders.yaml file, with the layout you require.
  2. Place the folders.yaml file you created in configuration yaml folder: config/folders.yaml.
  3. Make sure you register the FolderCreatorBundle in your Kernel.php. Registering the bundle is as easy as adding a line in the registerBundlesToCollection function, like so: $collection->addBundle(new \TorqIT\FolderCreatorBundle\FolderCreatorBundle);.
  4. Run the bundle, with the command: ./bin/console torq:folder-creator

统计信息

  • 总下载量: 33k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2020-10-20