starfruit/helper-bundle

该包已被废弃,不再维护。作者建议使用starfruit/builder-bundle包代替。

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

包括平台Pimcore v.11的有用函数

安装

  1. 在你的Pimcore 11根项目中
$ composer require starfruit/helper-bundle
  1. 更新config/bundles.php文件
return [
    ....
    Starfruit\HelperBundle\StarfruitHelperBundle::class => ['all' => true],
];