Package Data | |
---|---|
Maintainer Username: | Lindelin |
Maintainer Contact: | kgo@lindelin.org (Lindelea) |
Package Create Date: | 2017-03-26 |
Package Last Update: | 2018-06-18 |
Home Page: | http://laravel-aws-elb-support.lindelin.org |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:25:22 |
Package Statistics | |
---|---|
Total Downloads: | 14,367 |
Monthly Downloads: | 7 |
Daily Downloads: | 1 |
Total Stars: | 5 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
This package ensures that your laravel project correctly recognizes secure connections (HTTPS) when using Amazon ELB.
此包可确保您的Laravel项目在使用Amazon ELB时正确识别安全连接(HTTPS)。
このパッケージを使用すると、Amazon ELBを使用している際、laravelプロジェクトがセキュア接続(HTTPS)を正しく認識することができます。
Require this package with composer using the following command:
composer require lindelea/laravel-aws-elb-support
After updating composer, add the service provider to the providers
array in config/app.php
Lindelea\Support\Aws\Elb\ServiceProvider::class,
The Laravel AWS ELB Support is open-sourced software licensed under the MIT license