starfruit/helper-bundle

Starfruit Helper Bundle

Maintainers

Package info

github.com/starfruit-php/helper-bundle

pkg:composer/starfruit/helper-bundle

Statistics

Installs: 35

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.4 2024-01-09 05:37 UTC

This package is auto-updated.

Last update: 2026-03-10 12:03:58 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],
];