monteko/sonata-theme-bundle

Symfony 2 SonataAdminBundle Themes

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 12

Language:CSS

Type:symfony-bundle

0.9.1beta 2013-04-10 20:03 UTC

This package is not auto-updated.

Last update: 2024-06-18 15:18:43 UTC


README

RaindropSonataThemeBundle

Raindrop themes bundle for SonataAdminBundle

Themes are taken from http://bootswatch.com/

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:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Raindrop\SonataThemeBundle\RaindropSonataThemeBundle('SonataAdminBundle'),
    );
}

Now the bundle is enabled.

CONFIGURATION:

raindrop_sonata_theme:
    theme: default

AVAILABLE THEMES

  • amelia
  • cerulean
  • cosmo
  • cyborg
  • default
  • journal
  • readable
  • slate
  • spacelab
  • spruce
  • superhero
  • symplex
  • united