Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

[DEPRECATED] 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

SoCloz/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

[DEPRECATED] 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