2017 © Pedro Peláez
 

symfony-bundle resource-bundle

Resource Bundle

image

igdr/resource-bundle

Resource Bundle

  • Friday, January 8, 2016
  • by igdr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,052 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Resource Bundle

Installation

Add the bundle to your composer.json:, (*1)

composer require igdr/resource-bundle

and run:, (*2)

php composer.phar update

Then add the ResourceBundle to your application kernel:, (*3)

// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\ResourceBundle\IgdrResourceBundle(),
        // ...
    );
}

Add configuration to config.yml, (*4)

igdr_resource:
    controller:
        index:
            template: "@AppBase/Admin/Abstract/index.html.twig"           
        edit:
            template: "@AppBase/Admin/Abstract/edit.html.twig"

The Versions

08/01 2016

dev-master

9999999-dev

Resource Bundle

  Sources   Download

The Requires

 

resource igdr

08/01 2016

v2.0

2.0.0.0

Resource Bundle

  Sources   Download

The Requires

 

resource igdr

05/11 2014
05/11 2014