PHPackages                             monteko/sonata-theme-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. monteko/sonata-theme-bundle

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

monteko/sonata-theme-bundle
===========================

Symfony 2 SonataAdminBundle Themes

0.9.1beta(13y ago)08MITCSSPHP &gt;=5.3.3

Since Apr 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/monteko/RaindropSonataThemeBundle)[ Packagist](https://packagist.org/packages/monteko/sonata-theme-bundle)[ Docs](https://github.com/raindropdevs)[ RSS](/packages/monteko-sonata-theme-bundle/feed)WikiDiscussions master Synced 1mo ago

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

RaindropSonataThemeBundle
=========================

[](#raindropsonatathemebundle)

Raindrop themes bundle for SonataAdminBundle

Themes are taken from

### **INSTALLATION**:

[](#installation)

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

```
"require": {
    ...
    "raindrop/sonata-theme-bundle": "dev-master"
},

```

Then install the bundle with the command:

```
php composer.phar update

```

Enable the bundle in your application kernel:

```
