dazza76/laravel4secureurl
Composer 安装命令:
composer require dazza76/laravel4secureurl
包简介
Forces all traffic to be https
README 文档
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', );
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-07-17