Download the PHP package phpmentors/proxy-url-rewrite-bundle without Composer
On this page you can find all versions of the php package phpmentors/proxy-url-rewrite-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phpmentors/proxy-url-rewrite-bundle
More information about phpmentors/proxy-url-rewrite-bundle
Files in phpmentors/proxy-url-rewrite-bundle
Package proxy-url-rewrite-bundle
Short Description A Symfony bundle to rewrite URLs for applications behind reverse proxies
License BSD-2-Clause
Informations about the package proxy-url-rewrite-bundle
ProxyURLRewriteBundle
A Symfony bundle to rewrite URLs for applications behind reverse proxies
Features
- URL rewriting for Controller::generateUrl() in controllers
- URL rewriting for {{ asset('...') }} in Twig templates
Installation
ProxyURLRewriteBundle can be installed using Composer.
First, add the dependency to phpmentors/proxy-url-rewrite-bundle
into your composer.json
file as the following:
Stable version:
Development version:
Second, add PHPMentorsProxyURLRewriteBundle
into your bundles to register in AppKernel::registerBundles()
as the following:
Configuration
app/config/config.yml
:
app/config/config_dev.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) 2014-2016, 2018-2019 KUBO Atsuhiro, All rights reserved.
License
All versions of proxy-url-rewrite-bundle with dependencies
phpmentors/domain-kata Version ~1.4
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
symfony/templating Version ~2.8|~3.0|~4.0