Package Data | |
---|---|
Maintainer Username: | dazza76 |
Package Create Date: | 2015-07-17 |
Package Last Update: | 2015-07-17 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2025-01-02 03:02:51 |
Package Statistics | |
---|---|
Total Downloads: | 9 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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', );