Skip to content

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

License

Notifications You must be signed in to change notification settings

alex-ception/AdmingeneratorOldThemeBundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • PHP 1.4%