You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
2
3
3
[](https://packagist.org/packages/beyondcode/laravel-credentials)
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.
10
10
11
11
There are a couple of benefits of using encrypted credentials instead of environment keys:
0 commit comments