iqual/sonata-extensions-bundle

该软件包最新版本(0.1.12)没有提供许可证信息。

0.1.12 2022-06-20 07:23 UTC

This package is auto-updated.

Last update: 2024-08-31 12:09:32 UTC


README

提供对Symfony的常用扩展。

安装

composer require mpom/sonata-extensions-bundle

添加到您的AppKernel.php文件中

    public function registerBundles()
    {
        $bundles = array(
            // ...
            new SonataExtensionsBundle\SonataExtensionsBundle,
            // ...
        )
    }

请参阅Resources/doc/index.md以获取文档。