library laravel4secureurl
Forces all traffic to be https
dazza76/laravel4secureurl
Forces all traffic to be https
- Friday, July 17, 2015
- by dazza76
- Repository
- 1 Watchers
- 0 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
SecureURL Module in Laravel 4
Application specific modules in Laravel 4 can be enabled by adding the following to your "composer.json" file:, (*1)
"require": {
"dazza76/Laravel4SecureURL": "dev-master"
}
And by adding a new provider to your providers list in "app/config/app.php":, (*2)
'providers' => array(
'Dazza76\Laravel4SecureURL\Laravel4SecureURLServiceProvider',
);, (*3)
dev-master
9999999-dev
Forces all traffic to be https
Sources
Download
The Requires
by
Darren Philips