torqnorth/pimcore-folder-creator-bundle

Maintainers

Package info

github.com/Torq-North/pimcore-folder-creator-bundle

Type:pimcore-bundle

pkg:composer/torqnorth/pimcore-folder-creator-bundle

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

v4.2.0 2026-03-09 15:36 UTC

This package is not auto-updated.

Last update: 2026-03-09 19:38:47 UTC


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 torqnorth/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 \TorqNorth\FolderCreatorBundle\FolderCreatorBundle);.
  4. Run the bundle, with the command: ./bin/console torqnorth:folder-creator

License

This bundle is licensed under the Pimcore Open Core License (POCL) and is intended for use with Pimcore Platform 2025.1 and newer.

See LICENSE.md for full license text.