$env = new Env('.env');
env('DB_CONNECTION');
/*
* To add a variable
*/
env_add_variable('APP_URL','localhost');
/*
* To delete a variable
*/
env_rm_variable('APP_URL');
-
Notifications
You must be signed in to change notification settings - Fork 0
atakansn/custom-dotenv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Manages the env file
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published