2017 © Pedro Peláez
 

library enveditor

Laravel 5.2 - Env Editor

image

vidhyar2612/enveditor

Laravel 5.2 - Env Editor

  • Wednesday, February 8, 2017
  • by vidhyar2612
  • Repository
  • 2 Watchers
  • 3 Stars
  • 1,024 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 22 % Grown

The README.md

Laravel 5.X to 8.X - ENV Editor

Build Status Latest Stable Version Total Downloads License, (*1)

Installation

The Enveditor Service Provider can be installed via Composer, (*2)

"require": {
  "vidhyar2612/enveditor": "^1.0"
}

Use composer to install this package., (*3)

composer require vidhyar2612/enveditor

Registering the Package

Register the service provider within the providers array found in app/config/app.php:, (*4)

'providers' => array(
    // ...

    vidhyar2612\Enveditor\EnveditorServiceProvider::class
)

Add an alias within the aliases array found in app/config/app.php:, (*5)

'aliases' => array(
    // ...

    'Enveditor' => 'vidhyar2612\Enveditor\Facade',
)

Usage

You can either access the Enveditor store via its facade or inject it by type-hinting towards the abstract class vidhyar2612\Enveditor\EnveditorStore., (*6)


Package Features

  • List of all keys and values, (*7)

  • Create a new key with value, (*8)

  • Edit value of the key, (*9)

  • Get the value of the key, (*10)

  • Delete key, (*11)

Examples

Enveditor::all();

Enveditor::create('EXAMPLE_KEY' , '123456');

Enveditor::set('EXAMPLE_KEY' , '123');

Enveditor::get('EXAMPLE_KEY');

Enveditor::delete('EXAMPLE_KEY');

Contact

Open an issue on GitHub if you have any problems or suggestions., (*12)

License

The contents of this repository is released under the MIT license., (*13)

The Versions

08/02 2017

dev-master

9999999-dev

Laravel 5.2 - Env Editor

  Sources   Download

MIT

by Vidhya

laravel 5 env env edit laravel 5 env set value

08/02 2017

v1.3

1.3.0.0

Laravel 5.2 - Env Editor

  Sources   Download

MIT

by Vidhya

laravel 5 env env edit laravel 5 env set value

08/02 2017

v1.3.1

1.3.1.0

Laravel 5.2 - Env Editor

  Sources   Download

MIT

by Vidhya

laravel 5 env env edit laravel 5 env set value

04/02 2017

1.2

1.2.0.0

Laravel 5.2 - Env Editor

  Sources   Download

MIT

by Vidhya

laravel 5 env env edit laravel 5 env set value

05/12 2016

v1.1

1.1.0.0

Laravel 5.2 - Env Editor

  Sources   Download

MIT

by Vidhya

laravel 5 env env edit laravel 5 env set value

29/11 2016

dev-develop

dev-develop

Laravel 5.2 - Env Editor

  Sources   Download

MIT

by Vidhya

laravel 5 env env edit laravel 5 env set value

21/11 2016

v1.0

1.0.0.0

Laravel 5.2 - Env Editor

  Sources   Download

MIT

by Vidhya

laravel 5 env env edit laravel 5 env set value