Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 0845518

Browse files
authored
Update README.md
1 parent 7acca9b commit 0845518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# A .env replacement for storing secret credentials in your Laravel application
1+
# Add encrypted credentials to your Laravel production environment
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/laravel-credentials.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-credentials)
44
[![Build Status](https://img.shields.io/travis/beyondcode/laravel-credentials/master.svg?style=flat-square)](https://travis-ci.org/beyondcode/laravel-credentials)
55
[![Quality Score](https://img.shields.io/scrutinizer/g/beyondcode/laravel-credentials.svg?style=flat-square)](https://scrutinizer-ci.com/g/beyondcode/laravel-credentials)
66
[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/laravel-credentials.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-credentials)
77

88
The `beyondcode/laravel-credentials` package allows you to store all your secret credentials in an encrypted file and put that file into version control instead of
9-
having to add multiple credentials into your `.env` file.
9+
having to add multiple credentials into your `.env` file in your production environment.
1010

1111
There are a couple of benefits of using encrypted credentials instead of environment keys:
1212

0 commit comments

Comments
 (0)