hopeter1018 / sonata-admin-helper-bundle
Collection of SonataAdmin helpers
1.0.0
2020-07-09 08:04 UTC
Requires
- php: >=5.5.9
This package is auto-updated.
Last update: 2025-03-23 19:37:32 UTC
README
Introduction
This bundle
Installation
Require the package
composer require hopeter1018/sonata-admin-helper-bundle
Add to kernel
Symfony 4+ or Symfony Flex
Add /config/bundles.php
return [ ..., HoPeter1018\SequentialCounterFormatBundle\HoPeter1018SonataAdminHelperBundle::class => ['all' => true], ];
Symfony 2+
Add /app/AppKernel.php
$bundles = [ ..., new HoPeter1018\SequentialCounterFormatBundle\HoPeter1018SonataAdminHelperBundle(), ];
Add to doctrine config
doctrine: orm: entity_managers: mappings: HoPeter1018SonataAdminHelperBundle: ~
Config
hopeter1018_sonata_admin_helper:
TODO
- [ ]