agoat / contao-ssldomains
Contao SSL Domains extension
Installs: 103
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: >=5.6
- contao/core-bundle: ^4.2
- symfony/framework-bundle: ~2.8|~3.0
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2024-11-15 20:11:18 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(),