Download the PHP package phpmentors/route-templating-bundle without Composer
On this page you can find all versions of the php package phpmentors/route-templating-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpmentors/route-templating-bundle
More information about phpmentors/route-templating-bundle
Files in phpmentors/route-templating-bundle
Package route-templating-bundle
Short Description A Symfony bundle for route templating
License BSD-2-Clause
Informations about the package route-templating-bundle
RouteTemplatingBundle
A Symfony bundle for route templating
Features
- Route templating
- Copy all routes defined in the imported resource with the specified prefix
Installation
RouteTemplatingBundle can be installed using Composer.
First, add the dependency to phpmentors/route-templating-bundle
into your composer.json
file as the following:
Stable version:
Development version:
Second, add PHPMentorsRouteTemplatingBundle
into your bundles to register in AppKernel::registerBundles()
as the following:
Configuration
app/config/routing.yml:
Support
If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.
Copyright
Copyright (c) 2016-2018 KUBO Atsuhiro, All rights reserved.
License
All versions of route-templating-bundle with dependencies
symfony/config Version ~2.8|~3.0|~4.0
symfony/dependency-injection Version ~2.8|~3.0|~4.0
symfony/framework-bundle Version ~2.8|~3.0|~4.0
symfony/http-kernel Version ~2.8|~3.0|~4.0
symfony/routing Version ~2.8|~3.0|~4.0