Looking to hire Laravel developers? Try LaraJobs

laravel4secureurl maintained by dazza76

Description
Forces all traffic to be https
Author
Darren Philips
Last update
2015/07/17 06:45 (dev-master)
Links
Downloads
9

Comments
comments powered by Disqus

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', );