raindrop / sonata-theme-bundle
Symfony 2 SonataAdminBundle Themes
Installs: 4 970
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 5
Forks: 12
Open Issues: 1
Language:HTML
Type:symfony-bundle
Requires
- php: >=5.3.3
- sonata-project/admin-bundle: 2.1.*@dev
This package is not auto-updated.
Last update: 2024-11-09 15:34:10 UTC
README
Raindrop themes bundle for SonataAdminBundle (2.3+)
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
- cerulean
- cosmo
- cyborg
- darkly
- default
- flatly
- journal
- lumen
- paper
- readable
- sandstone
- simplex
- slate
- spacelab
- superhero
- united
- yeti