dazza76/laravel4secureurl is a Laravel package for forces all traffic to be https.
It currently has 0 GitHub stars and 9 downloads on Packagist.
Install it with composer require dazza76/laravel4secureurl.
Discover more Laravel packages by dazza76
or browse all Laravel packages to compare alternatives.
Last updated
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', );