starfruit/helper-bundle

This package is abandoned and no longer maintained. The author suggests using the starfruit/builder-bundle package instead.

Starfruit Helper Bundle

0.0.4 2024-01-09 05:37 UTC

This package is auto-updated.

Last update: 2024-05-14 03:36:52 UTC


README

Starfruit Helper Bundle

Includes useful functions for platform Pimcore v.11

Installation

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