PHPackages                             idci/admin-generator-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. [Database &amp; ORM](/categories/database)
4. /
5. idci/admin-generator-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

idci/admin-generator-bundle
===========================

Symfony AdminGeneratorBundle

v2.2.0(12y ago)24191GPL-3.0+PHPPHP &gt;=5.3.2

Since Mar 22Pushed 12y ago5 watchersCompare

[ Source](https://github.com/IDCI-Consulting/AdminGeneratorBundle)[ Packagist](https://packagist.org/packages/idci/admin-generator-bundle)[ RSS](/packages/idci-admin-generator-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

AdminGeneratorBundle
====================

[](#admingeneratorbundle)

Add Symfony2 command to extends crud generator

Requirements:
=============

[](#requirements)

This bundle extends `Sensio\Bundle\GeneratorBundle\Generator\DoctrineCrudGenerator`And need `php5-intl`. The pagination is made with the pagerfanta bundle provide by white october

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependencies to your `composer.json` file:

```
"require": {
    ...
    "pagerfanta/pagerfanta":           "dev-master",
    "white-october/pagerfanta-bundle": "dev-master",
    "idci/admin-generator-bundle":     "dev-master"
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
