lindelea / laravel-aws-elb-support
AWS Elastic Load Balancing support for Laravel 5x
Installs: 14 456
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 1
Open Issues: 0
Requires (Dev)
- laravel/framework: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*
This package is not auto-updated.
Last update: 2024-12-22 04:53:09 UTC
README
This package ensures that your laravel project correctly recognizes secure connections (HTTPS) when using Amazon ELB.
此包可确保您的Laravel项目在使用Amazon ELB时正确识别安全连接(HTTPS)。
このパッケージを使用すると、Amazon ELBを使用している際、laravelプロジェクトがセキュア接続(HTTPS)を正しく認識することができます。
Install&Usage
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,
License
The Laravel AWS ELB Support is open-sourced software licensed under the MIT license