2017 © Pedro Peláez
 

symfony-bundle qcm-admin-bundle

QCM Admin bundle for Symfony2

image

avoo/qcm-admin-bundle

QCM Admin bundle for Symfony2

  • Monday, October 10, 2016
  • by avoo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 105 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

QcmAdminBundle

Latest Stable Version License Build Status Scrutinizer Code Quality, (*1)

The admin bundle is based on QcmCoreBundle, (*2)

Installation

Require avoo/qcm-admin-bundle into your composer.json file:, (*3)

``` json { "require": { "avoo/qcm-admin-bundle": "dev-master" } }, (*4)


Register the bundle in `app/AppKernel.php`: ``` php // app/AppKernel.php public function registerBundles() { return array( // ... new Bazinga\Bundle\JsTranslationBundle\BazingaJsTranslationBundle(), new Qcm\Bundle\CoreBundle\QcmCoreBundle(), new Qcm\Bundle\AdminBundle\QcmAdminBundle(), ); }

In app/config/config.yml, (*5)

``` yml imports: - { resource: @QcmCoreBundle/Resources/config/core.yml } - { resource: @QcmAdminBundle/Resources/config/core.yml }, (*6)


In `app/config/routing.yml` ``` yml qcm_core: prefix: / resource: "@QcmCoreBundle/Resources/config/routing.yml" qcm_admin: resource: "@QcmAdminBundle/Resources/config/routing.yml" prefix: /admin

Documentation:, (*7)

See QcmCoreBundle, (*8)

Credits

License

This bundle is released under the MIT license. See the complete license in the bundle:, (*9)

License, (*10)

The Versions

10/10 2016

dev-master

9999999-dev

QCM Admin bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Jégou

10/10 2016

1.0.3

1.0.3.0

QCM Admin bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Jégou

24/04 2015

1.0.2

1.0.2.0

QCM Admin bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Jégou

23/04 2015

1.0.1

1.0.1.0

QCM Admin bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Jégou

22/04 2015

1.0.0

1.0.0.0

QCM Admin bundle for Symfony2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Jégou