https://github.com/lindelea/laravel-aws-elb-support
AWS Elastic Load Balancing support for Laravel
https://github.com/lindelea/laravel-aws-elb-support
amazon-elb aws aws-elastic composer elastic-load-balancing elb https laravel php
Last synced: about 1 year ago
JSON representation
AWS Elastic Load Balancing support for Laravel
- Host: GitHub
- URL: https://github.com/lindelea/laravel-aws-elb-support
- Owner: lindelea
- License: mit
- Created: 2017-03-26T10:28:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T01:12:42.000Z (about 8 years ago)
- Last Synced: 2025-04-12T13:13:44.698Z (about 1 year ago)
- Topics: amazon-elb, aws, aws-elastic, composer, elastic-load-balancing, elb, https, laravel, php
- Language: PHP
- Homepage: http://laravel-aws-elb-support.lindelin.org
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AWS Elastic Load Balancing Support For Laravel
[](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
[](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
[](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
[](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
[](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
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:
```bash
composer require lindelea/laravel-aws-elb-support
```
After updating composer, add the service provider to the `providers` array in `config/app.php`
```php
Lindelea\Support\Aws\Elb\ServiceProvider::class,
```
### License
The Laravel AWS ELB Support is open-sourced software licensed under the [MIT license](https://github.com/lindelea/laravel-aws-elb-support/blob/master/LICENSE)