|
1 | 1 | # CloudFront Package for Laravel |
2 | 2 |
|
3 | 3 | [](https://packagist.org/packages/meema/laravel-cloudfront) |
4 | | -[](https://github.styleci.io/repos/264578171) |
5 | | -[](https://scrutinizer-ci.com/g/meemaio/laravel-cloudfront/?branch=master) |
| 4 | +[](https://github.styleci.io/repos/320476033) |
| 5 | +[](https://scrutinizer-ci.com/g/meemalabs/laravel-cloudfront/?branch=master) |
6 | 6 | [](https://packagist.org/packages/meema/laravel-cloudfront) |
7 | | -[](https://github.com/meemaio/laravel-cloudfront/blob/master/LICENSE.md) |
8 | | -<!-- [[](https://github.com/meemaio/laravel-cloudfront/actions) --> |
| 7 | +[](https://github.com/meemalabs/laravel-cloudfront/blob/master/LICENSE.md) |
| 8 | +<!-- [[](https://github.com/meemalabs/laravel-cloudfront/actions) --> |
9 | 9 | <!-- [[](ghactions) --> |
10 | 10 |
|
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! 🙏🏼 |
12 | 12 |
|
13 | 13 |  |
14 | 14 |
|
@@ -45,6 +45,7 @@ Next, please add the following keys their values to your `.env` file. |
45 | 45 | ```bash |
46 | 46 | AWS_ACCESS_KEY_ID=xxxxxxx |
47 | 47 | AWS_SECRET_ACCESS_KEY=xxxxxxx |
| 48 | +AWS_CLOUDFRONT_DISTRIBUTION_ID=xxxxxxx |
48 | 49 | ``` |
49 | 50 |
|
50 | 51 | The following is the content of the published config file: |
|
0 commit comments