-
-
Save roopunk/756b3bd1935cac710686 to your computer and use it in GitHub Desktop.
Codeigniter Hook for integrating phpdotenv extension by vlucas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DB_HOST="localhost" | |
| DB_USER="root" | |
| DB_PASS="admin123" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the gists in this series :
https://gist.github.com/roopunk/756b3bd1935cac710686
https://gist.github.com/roopunk/18b6bdde6d52bded4f46
https://gist.github.com/roopunk/41dac3fff458e4ea06de
To enable phpdotenv in Codeigniter :
🎉