Looking to hire Laravel developers? Try LaraJobs

laravel-https maintained by kda

Author
Last update
2023/10/20 14:08 (dev-master)
License
Links
Downloads
197

Comments
comments powered by Disqus

This is my package laravel-https

Latest Version on Packagist Total Downloads

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.