Download the PHP package torqit/pimcore-folder-creator-bundle without Composer
On this page you can find all versions of the php package torqit/pimcore-folder-creator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package pimcore-folder-creator-bundle
pimcore-admin-folder-creator-bundle
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:
- Create a
folders.yaml
file, with the layout you require. - Place the
folders.yaml
file you created in configuration yaml folder:config/folders.yaml
. - Make sure you register the
FolderCreatorBundle
in yourKernel.php
. Registering the bundle is as easy as adding a line in the registerBundlesToCollection function, like so:$collection->addBundle(new \TorqIT\FolderCreatorBundle\FolderCreatorBundle);
. - Run the bundle, with the command:
./bin/console torq:folder-creator
All versions of pimcore-folder-creator-bundle with dependencies
PHP Build Version
Package Version
Requires
pimcore/pimcore Version
^12.0
The package torqit/pimcore-folder-creator-bundle contains the following files
Loading the files please wait ....