PHPackages                             hasheado/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. hasheado/admin-bundle

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

hasheado/admin-bundle
=====================

Symfony2 bundle based on SonataAdminBundle to generate admins

7301JavaScript

Since Apr 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/emiliano-viada-developer/HasheadoAdminBundle)[ Packagist](https://packagist.org/packages/hasheado/admin-bundle)[ RSS](/packages/hasheado-admin-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bundle Installation
===================

[](#bundle-installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

NOTE: This bundle depends in the [SonataAdminBundle](http://sonata-project.org/bundles/admin/2-3/doc/index.html), [SonataUserBundle](http://sonata-project.org/bundles/user/master/doc/reference/installation.html) and in the [SonataDoctrineORMAdminBundle](http://sonata-project.org/bundles/doctrine-orm-admin/master/doc/reference/installation.html).

In an already working Symfony installation edit your composer.json file and add this line:

```
require: {
    "hasheado/admin-bundle": "dev-master"
}
```

and then, open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer update
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

To enable the bundle we need to add the following line in the `app/AppKernel.php`file of your project:

```
