Skip to content

astronom/bootstrapAdminThemePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked and updated. See commit history

Bootstrap v2.3.1 Font Awesome 3.0.2 holder.js Some fix

Installation

Add this repository as a git submodule, or just place the bootstrapAdminThemePlugin folder in your project's plugins folder.

git submodule add git://github.com/malcoholm/bootstrapAdminThemePlugin.git plugins/bootstrapAdminThemePlugin
git submodule update --init

Enable the plugin in your ProjectConfiguration class.

Usage

Enable the plugin on your module by setting the theme on creation of the admin generator module.

./symfony doctrine:generate-admin --theme=bootstrap backend ModelName

or in generator.yml if you've already created your module

generator:
  param:
    theme:                 bootstrap

License

bootstrapAdminThemePlugin is licensed under the MIT License.

About

Symfony 1.4 admin theme using Twitter Bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published