kortdev/dotenv-editor

Dotenv Description

v1.0.0 2021-04-22 09:45 UTC

This package is auto-updated.

Last update: 2024-04-22 16:04:00 UTC


README

Latest Version on Packagist Total Downloads

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.