dev-master
9999999-dev https://github.com/Cach/RikDynamicTemplatesBundleDynamic Templates for Symfony routing
MIT
The Requires
- php >=5.4
- symfony/framework-bundle 2.*|3.*
by Alex
symfony dynamic templates
Dynamic Templates for Symfony routing
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*1)
$ composer require "rik/dynamictemplatesbundle":"1.1.x-dev"
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*2)
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:, (*3)
```php <?php // app/AppKernel.php, (*4)
// ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ..., (*5)
new Rik\DynamicTemplatesBundle\RikDynamicTemplatesBundle(), ); // ... } // ...
}, (*6)
Dynamic Templates for Symfony routing
MIT
symfony dynamic templates