2017 © Pedro Peláez
 

nette-addon extensions-list

Enables registration of other extensions in config file (for Nette Framework)

image

vojtech-dobes/extensions-list

Enables registration of other extensions in config file (for Nette Framework)

  • Friday, January 3, 2014
  • by vojtechdobes
  • Repository
  • 1 Watchers
  • 1 Stars
  • 415 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

For Nette Framework

Enables registration of other extensions in config file, (*1)

License

New BSD, (*2)

Dependencies

  • Nette Framework 2.0.5 (because of nette/nette#740)

Installation

  1. Get the source code from Github or via Composer (vojtech-dobes/extensions-list).
  2. Register as compiler extension.
$configurator->onCompile[] = function ($configurator, $compiler) {
    $compiler->addExtension('extensions', new VojtechDobes\ExtensionsList);
};

Usage

List extensions in appropriate config section:, (*3)

extensions:
    dibi: DibiNetteExtension
    redis: Kdyby\Extension\Redis\DI\RedisExtension

That's it., (*4)

The Versions

03/01 2014

dev-master

9999999-dev http://github.com/vojtech-dobes/ExtensionsList

Enables registration of other extensions in config file (for Nette Framework)

  Sources   Download

New BSD

The Requires

 

config nette di

03/01 2014

1.1.0

1.1.0.0 http://github.com/vojtech-dobes/ExtensionsList

Enables registration of other extensions in config file (for Nette Framework)

  Sources   Download

New BSD

The Requires

 

config nette di

04/09 2012

1.0.0

1.0.0.0 http://github.com/vojtech-dobes/ExtensionsList

Enables registration of other extensions in config file (for Nette Framework)

  Sources   Download

New BSD

The Requires

 

config nette di