agoat / contao-ssldomains
Contao SSL Domains extension
Package info
github.com/agoat/contao-ssldomains-bundle
Type:contao-bundle
pkg:composer/agoat/contao-ssldomains
0.4.0
2017-06-24 15:15 UTC
Requires
- php: >=5.6
- contao/core-bundle: ^4.2
- symfony/framework-bundle: ~2.8|~3.0
Requires (Dev)
- phpunit/phpunit: ~4.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-05 04:19:30 UTC
README
Contao 4 bundle
Redirects to ssl (https) when the website root is set to 'Use HTTPS'
This little extension is needed as long as the contao/core-bundle do not use the Symofony CMF router (see contao/core-bundle#443)
###Install
Add to app/AppKernel.php (after ContaoCoreBundle)
new Agoat\SSLDomainsBundle\AgoatSSLDomainsBundle(),