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

This package is not auto-updated.

Last update: 2024-05-15 09:03:50 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', );