PHPackages                             octopouce-mu/admin-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. octopouce-mu/admin-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

octopouce-mu/admin-bundle
=========================

Admin bundle

v1.0.9(7y ago)0290MITCSSPHP ^7.1.3

Since Nov 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/octopouce-mu/admin-bundle)[ Packagist](https://packagist.org/packages/octopouce-mu/admin-bundle)[ RSS](/packages/octopouce-mu-admin-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (16)Versions (11)Used By (0)

OctopouceAdminBundle
====================

[](#octopouceadminbundle)

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony Flex (&gt;= 4.0) and PHP 7. You want to use Doctrine ORM and MySQL.

Translations
------------

[](#translations)

If you wish to use default texts provided in this bundle, you have to make sure you have translator enabled in your config.

```
# app/config/config.yml

framework:
    default_locale: '%locale%'
    translator:
        fallbacks: ['%locale%']
```

```
# app/config/services.yml

parameters:
    app_locales: en|fr
    locale: 'fr'
```

Add the vendor KNP Doctrine Behaviors in bundles.php

```
