hopeter1018 / sonata-admin-helper-bundle
Collection of SonataAdmin helpers
Installs: 112
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hopeter1018/sonata-admin-helper-bundle
Requires
- php: >=5.5.9
This package is auto-updated.
Last update: 2025-10-23 20:51:26 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
- [ ]