Download the PHP package munna/dot-env-editor without Composer
On this page you can find all versions of the php package munna/dot-env-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download munna/dot-env-editor
More information about munna/dot-env-editor
Files in munna/dot-env-editor
Download munna/dot-env-editor
More information about munna/dot-env-editor
Files in munna/dot-env-editor
Vendor munna
Package dot-env-editor
Short Description Simple package for laravel .env file modification. Now you can handle your .env variable easily.
License MIT
Package dot-env-editor
Short Description Simple package for laravel .env file modification. Now you can handle your .env variable easily.
License MIT
Please rate this library. Is it a good library?
munna/dot-env-editor
Rate from 1 - 5
Rated 5.00 based on 1 reviews
Rated 5.00 based on 1 reviews
Informations about the package dot-env-editor
Dot Env Editor
Laravel .env File Moderator
Installing DotEnvEditor
Next, run the Composer command to install the latest stable version:
After installing, you should follow these two step:
Add this provider link at your config/app.php file into the providers array.
And
Add this facades link at your config/app.php file into the aliases array.
Create A Class Instance
to create a class instance
You can use direct
When you are already set the facade class into your aliases array at the config/app.php file.
Get The All Variable As Array
Get The Key Value
Check The Key Is Exists or Not
Add a new key
Add a new key after any one of existing key
Add a new key before any one of existing key
Update the existing key
Update multiple existing key
Remove the existing key
Full Env File As An Indexing Array
Env Row File As String
License
This package is open-sources and licensed under the MIT license.
Thank you very much. Please give a star.
All versions of dot-env-editor with dependencies
PHP Build Version
Package Version
No informations.
The package munna/dot-env-editor contains the following files
Loading the files please wait ...