PHPackages                             ns/ace-sonata-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. ns/ace-sonata-bundle

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

ns/ace-sonata-bundle
====================

This bundle integrates the sonata admin panel and the ace bundle

2.1.7(7y ago)13.4k1MITHTMLPHP &gt;=5.3.3

Since Sep 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/NobletSolutions/AceSonataBundle)[ Packagist](https://packagist.org/packages/ns/ace-sonata-bundle)[ RSS](/packages/ns-ace-sonata-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (24)Used By (1)

AceSonataBundle
===============

[](#acesonatabundle)

Install using composer.json
---------------------------

[](#install-using-composerjson)

If you are using composer to manage your project, just add the following line to your composer.json file

```
{
    "require": {
        "ns/ace-sonata-bundle": "dev-master"
    }
}

```

Then update the vendor libraries:

```
composer.phar update
# OR
composer.phar update ns/ace-sonata-bundle # to only update the bundle
```

Register the bundle
-------------------

[](#register-the-bundle)

You must register the bundle in your kernel:

```
