Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzosapora/laravel-env-check
Small script to check Laravel ENV variables against actual called variables
https://github.com/lorenzosapora/laravel-env-check
Last synced: 3 days ago
JSON representation
Small script to check Laravel ENV variables against actual called variables
- Host: GitHub
- URL: https://github.com/lorenzosapora/laravel-env-check
- Owner: LorenzoSapora
- License: mit
- Created: 2021-09-23T12:16:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T12:31:33.000Z (over 3 years ago)
- Last Synced: 2024-12-24T00:30:47.876Z (4 days ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel env check
Small script to check Laravel ENV variables against actual called variables
_Note: While this script is non-destructive, as it only outputs the variables that have not been called, please use logic when removing env variables._
### Installation
In your Laravel directory, grab the latest version
`curl https://raw.githubusercontent.com/LorenzoSapora/laravel-env-check/master/check.sh -o check.sh`
Chmod file
`chmod +x check.sh`
Run the script
`./check.sh`