项目作者: m1guelpf

项目描述 :
A Laravel package to enforce HTTPS
高级语言: PHP
项目地址: git://github.com/m1guelpf/laravel-ssl.git
创建时间: 2017-02-08T19:26:33Z
项目社区:https://github.com/m1guelpf/laravel-ssl

开源协议:Mozilla Public License 2.0

下载


Enforce SSL for Laravel

Latest Version on Packagist
Software License
Total Downloads

Laravel SSL is a Laravel package that allows you to enforce HTTPS in certain parts of your site, or even the entire site!

Installation

You can install the package via composer:

  1. composer require m1guelpf/laravel-ssl

Next, you must install the service provider:

  1. // config/app.php
  2. 'providers' => [
  3. ...
  4. M1guelpf\LaravelSSL\LaravelSSLServiceProvider::class,
  5. ];

Usage

Your app is now HTTPS-only!

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email soy@miguelpiedrafita.com instead of using the issue tracker.

Credits

License

This package is licensed under the Mozilla Public license. Please see License File for more information.