hopeter1018/sonata-admin-helper-bundle

Collection of SonataAdmin helpers

1.0.0 2020-07-09 08:04 UTC

This package is auto-updated.

Last update: 2024-03-23 17:17:17 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

  • [ ]