dazza76 / laravel4secureurl
There is no license information available for the latest version (dev-master) of this package.
Forces all traffic to be https
dev-master
2015-07-17 04:45 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-13 11:10:48 UTC
README
SecureURL Module in Laravel 4 Application specific modules in Laravel 4 can be enabled by adding the following to your "composer.json" file:
"require": { "dazza76/Laravel4SecureURL": "dev-master" } And by adding a new provider to your providers list in "app/config/app.php":
'providers' => array( 'Dazza76\Laravel4SecureURL\Laravel4SecureURLServiceProvider', );