Skip to content

hopeter1018/sonata-admin-helper-bundle

Repository files navigation

sonata-admin-helper-bundle

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

  • [ ]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published