agilesdesign/envitor

DotEnv Editor Library for Laravel

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/agilesdesign/envitor

v1.0.0-alpha.1 2017-01-05 14:29 UTC

This package is auto-updated.

Last update: 2025-09-23 00:23:13 UTC


README

dotenv file editor

Installation

Include through composer

composer require agilesdesign/envitor

Add to provider list

Only necessary before Laravel 5.5

'providers' => [
    Exceptum\Providers\ExceptumServiceProvider::class,
];