File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,16 @@ While the product will be formatted like ``Sneakers 19.99EUR`` in all relation-f
2626
2727
2828## Installation
29- 1 . Install the bundle using `` composer require basilicom/pimcore-path-formatter-bundle ``
30- 2 . Execute `` bin/console pimcore:bundle:enable BasilicomPathFormatterBundle ``
29+ Install the bundle using `` composer require basilicom/pimcore-path-formatter-bundle ``
30+
31+ Execute `` bin/console pimcore:bundle:enable BasilicomPathFormatterBundle ``
32+ ** or**
33+ add the following lines to ` AppKernel::registerBundlesToCollection() ` (** recommended** )
34+ ``` php
35+ if (class_exists('\\Basilicom\\PathFormatterBundle\\BasilicomPathFormatterBundle')) {
36+ $collection->addBundle(new \Basilicom\PathFormatterBundle\BasilicomPathFormatterBundle);
37+ }
38+ ```
3139
3240## Configuration
33411 . Add the `` basilicom_path_formatter `` key to your Pimcore `` app/config/config.yml ``
You can’t perform that action at this time.
0 commit comments