Move into nested docroot
This commit is contained in:
parent
83a0d3a149
commit
c8b70abde9
13405 changed files with 0 additions and 0 deletions
54
vendor/symfony-cmf/routing/README.md
vendored
54
vendor/symfony-cmf/routing/README.md
vendored
|
@ -1,54 +0,0 @@
|
|||
# Symfony CMF Routing Component
|
||||
|
||||
[](http://travis-ci.org/symfony-cmf/Routing)
|
||||
[](https://packagist.org/packages/symfony-cmf/routing)
|
||||
[](https://packagist.org/packages/symfony-cmf/routing)
|
||||
|
||||
The Symfony CMF Routing component extends the Symfony2 core routing component.
|
||||
It provides:
|
||||
|
||||
* A ChainRouter to run several routers in parallel
|
||||
* A DynamicRouter that can load routes from any database and can generate
|
||||
additional information in the route match.
|
||||
|
||||
Even though it has Symfony in its name, the Routing component does not need the
|
||||
full Symfony2 Framework and can be used in standalone projects.
|
||||
|
||||
For Symfony 2 projects, an optional
|
||||
[RoutingBundle](https://github.com/symfony-cmf/RoutingBundle)
|
||||
is also available.
|
||||
|
||||
This library is provided by the [Symfony Content Management Framework (CMF) project](http://cmf.symfony.com/)
|
||||
and licensed under the [MIT License](LICENSE).
|
||||
|
||||
|
||||
## Requirements
|
||||
|
||||
* The Symfony Routing component (>= 2.2.0)
|
||||
* See also the `require` section of [composer.json](composer.json)
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
For the install guide and reference, see:
|
||||
|
||||
* [Routing component documentation](http://symfony.com/doc/master/cmf/components/routing/index.html)
|
||||
|
||||
See also:
|
||||
|
||||
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
|
||||
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
Pull requests are welcome. Please see our
|
||||
[CONTRIBUTING](https://github.com/symfony-cmf/symfony-cmf/blob/master/CONTRIBUTING.md)
|
||||
guide.
|
||||
|
||||
Unit and/or functional tests exist for this component. See the
|
||||
[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
|
||||
for a guide to running the tests.
|
||||
|
||||
Thanks to
|
||||
[everyone who has contributed](https://github.com/symfony-cmf/Routing/contributors) already.
|
Reference in a new issue