Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

The rails admin theme for the symfony2 generator project status#

AdmingeneratorActiveAdminTheme is a theme for the AdmingeneratorGeneratorBundle

Installation

git submodule add git://github.com/cedriclombardot/AdmingeneratorGeneratorBundle.git vendor/bundles/Admingenerator/ActiveAdminThemeBundle

Add it to the AppKernel class:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...

        // Admin Generator
        new Admingenerator\GeneratorBundle\AdmingeneratorGeneratorBundle(),
        new Admingenerator\ActiveAdminThemeBundle\AdmingeneratorActiveAdminThemeBundle(),
    );

    // ...
}

With assetic

admingenerator_generator:
    base_admin_template: AdmingeneratorActiveAdminThemeBundle::base_admin.html.twig

Without assetic

admingenerator_generator:
    base_admin_template: AdmingeneratorActiveAdminThemeBundle::base_admin_assetic_less.html.twig

With or without assetic

Publish assets:

    php app/console assets:install web/

This theme use Super Mono Icons from Double-J Design (http://www.doublejdesign.co.uk)

About

[In Progress] Include theme of http://demo.activeadmin.info/admin/orders for the AdmingeneratorGeneratorBundle

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors