laravel-https maintained by kda
This is my package laravel-https
Installation
You can install the package via composer:
composer require kda/laravel-https
Usage
enable globally
edit app/Http/Kernel.php and add the middleware at the end
protected $middleware = [
// ... middlewares
\KDA\LaravelHttps\Middleware\HttpsMiddleware::class
];
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.