starfruit/builder-bundle

Starfruit Builder Bundle

0.2.5 2024-05-17 02:43 UTC

This package is auto-updated.

Last update: 2024-05-17 07:33:33 UTC


README

Starfruit Builder Bundle

Installation

  1. On your Pimcore 11 root project:
composer require starfruit/builder-bundle
  1. Update config/bundles.php file:
return [
    ....
    Starfruit\BuilderBundle\StarfruitBuilderBundle::class => ['all' => true],
];

Documents

docs