kortdev / dotenv-editor
Dotenv Description
v1.0.0
2021-04-22 09:45 UTC
Requires
- php: ^7.4|^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18
- phpunit/phpunit: ^9.5
- vimeo/psalm: ^4.7
This package is auto-updated.
Last update: 2025-02-22 17:42:52 UTC
README
Laravel Dotenv Editor is the .env file editor (or files with same structure and syntax). Now you can easily edit .env files with the following features:
- Read raw content of file.
- Read lines of file content.
- Read setters (key-value-pair) of file content.
- Determine one key name of existing setter.
- Append empty lines to file.
- Append comment lines to file.
- Append new or update exists setter lines to file.
- Delete existing setter line in file.
Original package by JackieDo/Laravel-Dotenv-Editor
Installation
You can install the package via composer:
composer require kortdev/dotenv-editor
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email lars@kort.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.