https://github.com/rootinc/laravel-https-middleware
https://github.com/rootinc/laravel-https-middleware
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rootinc/laravel-https-middleware
- Owner: rootinc
- Created: 2018-05-09T14:25:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T18:00:44.000Z (about 8 years ago)
- Last Synced: 2025-11-08T22:12:56.140Z (8 months ago)
- Language: PHP
- Size: 1000 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Https Middleware
Provides Https Middleware for a Laravel App.
## Installation
1. `composer require rootinc/laravel-https-middleware`
2. In our `App\Http\Kernel.php` add `\RootInc\LaravelHttpsMiddleware\HttpsProtocol::class` to the web middleware group.
3. :shipit:
## Contributing
Thank you for considering contributing to the Laravel Https Middleware! To encourage active collaboration, we encourage pull requests, not just issues.
If you file an issue, the issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a issue is to make it easy for yourself - and others - to replicate the bug and develop a fix.
## License
The Laravel Https Middleware is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).