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
You can install the package via composer:
composer require kortdev/dotenv-editor
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email lars@kort.dev instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.