2017 © Pedro Peláez
 

library extra-generator-bundle

Customized Symfony Generator Bundle

image

dextervip/extra-generator-bundle

Customized Symfony Generator Bundle

  • Monday, August 3, 2015
  • by dextervip
  • Repository
  • 1 Watchers
  • 0 Stars
  • 466 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ExtraGeneratorBundle

Introduction

This bundle customize the default symfony generator to fits with Bootstrap styling. It also adds knp paginator and font awesome icons., (*1)

Features

  • Pagination
  • Icons
  • Bootstrap Styling

Installing

Add composer

Add the dependency to your composer.json, (*2)

    "require": {
        ...
        "dextervip/extra-generator-bundle" : "dev-master"
    }

Add bundle class in kernel

Register the bundle class and its dependencies in your AppKernel.php, (*3)

    public function registerBundles()
    {
        $bundles = array(
        ...
        new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
        new Citrax\Bundle\ExtraGeneratorBundle\CitraxExtraGeneratorBundle(),
        ...
        );
    }

All done!, (*4)

Extra config

??, (*5)

License

MIT, (*6)

The Versions

03/08 2015

dev-master

9999999-dev https://github.com/dextervip/ExtraGeneratorBundle

Customized Symfony Generator Bundle

  Sources   Download

MIT

The Requires

 

bundle generator symfony