starfruit/helper-bundle

Starfruit Helper Bundle

0.0.4 2024-01-09 05:37 UTC

This package is auto-updated.

Last update: 2024-04-09 06:14:53 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],
];