Skip to content
 
 

Latest commit

 

History

220 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admingenerator OldTheme

This bundle is the old theme keeped here for legacy apps.

If you start with admingenerator, i recommend you to use the twitter bootstrap theme included in the bundle

Setup

Using composer

"require": {
    "cedriclombardot/admingenerator-oldtheme-bundle": "dev-master"
},

In AppKernel.php

<?php
// app/AppKernel.php

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

        // Admin Generator
        new Admingenerator\GeneratorBundle\AdmingeneratorGeneratorBundle(),
        new Admingenerator\OldThemeBundle\AdmingeneratorOldThemeBundle(),
    );

    // ...
}

In config.yml

admingenerator_generator:
    templates_dirs: [ %kernel.root_dir%/../vendor/cedriclombardot/admingenerator-oldtheme-bundle/Admingenerator/OldThemeBundle/Resources/templates ]

In pictures

Preview of list

Preview of edit

About

This bundle is the old theme keeped here for legacy apps. If you start with admingenerator, i recommend you to use the twitter bootstrap theme included in the bundle

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages