Skip to content

amdad121/env-editor-laravel

Repository files navigation

ENV Editor for laravel

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Simple ENV file editor for your Laravel.

Installation

You can install the package via composer:

composer require amdadulhaq/env-editor-laravel

Usage

use AmdadulHaq\EnvEditor\EnvEditor;

EnvEditor::set('APP_NAME', 'Laravel');

EnvEditor::update('APP_NAME', 'Laravel');

EnvEditor::setOrUpdate('APP_NAME', 'Laravel');

EnvEditor::remove('APP_NAME');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.