starfruit/helper-bundle

Starfruit Helper Bundle

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/starfruit/helper-bundle

0.0.4 2024-01-09 05:37 UTC

This package is auto-updated.

Last update: 2025-09-10 11:00:51 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],
];