Skip to content

Commit 2cce2e9

Browse files
committed
wip
1 parent a90e4e2 commit 2cce2e9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# CloudFront Package for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/meema/laravel-cloudfront.svg?style=flat-square)](https://packagist.org/packages/meema/laravel-cloudfront)
4-
[![StyleCI](https://github.styleci.io/repos/264578171/shield?branch=master)](https://github.styleci.io/repos/264578171)
5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/meemaio/laravel-cloudfront/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/meemaio/laravel-cloudfront/?branch=master)
4+
[![StyleCI](https://github.styleci.io/repos/320476033/shield?branch=master)](https://github.styleci.io/repos/320476033)
5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/meemalabs/laravel-cloudfront/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/meemalabs/laravel-cloudfront/?branch=master)
66
[![Total Downloads](https://img.shields.io/packagist/dt/meema/laravel-cloudfront.svg?style=flat-square)](https://packagist.org/packages/meema/laravel-cloudfront)
7-
[![License](https://img.shields.io/github/license/meemaio/laravel-cloudfront.svg?style=flat-square)](https://github.com/meemaio/laravel-cloudfront/blob/master/LICENSE.md)
8-
<!-- [[![Test](https://github.com/meemaio/laravel-cloudfront/workflows/Test/badge.svg?branch=master)](https://github.com/meemaio/laravel-cloudfront/actions) -->
7+
[![License](https://img.shields.io/github/license/meemalabs/laravel-cloudfront.svg?style=flat-square)](https://github.com/meemalabs/laravel-cloudfront/blob/master/LICENSE.md)
8+
<!-- [[![Test](https://github.com/meemalabs/laravel-cloudfront/workflows/Test/badge.svg?branch=master)](https://github.com/meemalabs/laravel-cloudfront/actions) -->
99
<!-- [[![Build Status](wip)](ghactions) -->
1010

11-
This is a wrapper package for AWS CloudFront. Please note that while this package is used in production environments and is completely functional, it is not feature-complete. PRs & ideas are more than welcome!
11+
This is a wrapper package for AWS CloudFront. Please note that while this package is used in production environments and is completely functional, it is not feature-complete. PRs & ideas are more than welcome! 🙏🏼
1212

1313
![laravel-cloudfront package image](https://banners.beyondco.de/CloundFront.png?theme=light&packageManager=composer+require&packageName=meema%2Flaravel-cloudfront&pattern=endlessClouds&style=style_1&description=Easily+%26+quickly+integrate+your+application+with+AWS+CloudFront.&md=1&showWatermark=1&fontSize=150px&images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg)
1414

@@ -45,6 +45,7 @@ Next, please add the following keys their values to your `.env` file.
4545
```bash
4646
AWS_ACCESS_KEY_ID=xxxxxxx
4747
AWS_SECRET_ACCESS_KEY=xxxxxxx
48+
AWS_CLOUDFRONT_DISTRIBUTION_ID=xxxxxxx
4849
```
4950

5051
The following is the content of the published config file:

0 commit comments

Comments
 (0)