hopeter1018/sonata-admin-helper-bundle

SonataAdmin 辅助工具集合

1.0.0 2020-07-09 08:04 UTC

This package is auto-updated.

Last update: 2024-09-23 18:36:22 UTC


README

简介

此包

安装

需要此包

composer require hopeter1018/sonata-admin-helper-bundle

添加到内核

Symfony 4+ 或 Symfony Flex

/config/bundles.php 中添加

return [
  ...,
  HoPeter1018\SequentialCounterFormatBundle\HoPeter1018SonataAdminHelperBundle::class => ['all' => true],
];

Symfony 2+

/app/AppKernel.php 中添加

$bundles = [
  ...,
  new HoPeter1018\SequentialCounterFormatBundle\HoPeter1018SonataAdminHelperBundle(),
];

添加到 doctrine 配置

doctrine:
  orm:
    entity_managers:
      mappings:
        HoPeter1018SonataAdminHelperBundle: ~

配置

hopeter1018_sonata_admin_helper:

待办事项

  • [ ]