Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T01:12:42.000Z (over 6 years ago)
- Last Synced: 2024-10-07T00:26:05.140Z (3 months 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: 2
- 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
[![Latest Stable Version](https://poser.pugx.org/lindelea/laravel-aws-elb-support/v/stable)](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
[![Total Downloads](https://poser.pugx.org/lindelea/laravel-aws-elb-support/downloads)](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
[![Latest Unstable Version](https://poser.pugx.org/lindelea/laravel-aws-elb-support/v/unstable)](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
[![License](https://poser.pugx.org/lindelea/laravel-aws-elb-support/license)](https://packagist.org/packages/lindelea/laravel-aws-elb-support)
[![composer.lock](https://poser.pugx.org/lindelea/laravel-aws-elb-support/composerlock)](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)