2017 © Pedro Peláez
 

library laravel-config

An extension of the Config component, it adds the ability to write to configuration files.

image

astatroth/laravel-config

An extension of the Config component, it adds the ability to write to configuration files.

  • Wednesday, March 15, 2017
  • by Astatroth
  • Repository
  • 1 Watchers
  • 1 Stars
  • 63 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel Config

Total Downloads, (*1)

An extension of the Config component, it adds the ability to write to configuration files. Compatible with Laravel 5.2., (*2)

Based on [daftspunk/laravel-config-writer] (https://github.com/daftspunk/laravel-config-writer), (*3)

Installation

Add Laravel Config to your composer.json file:, (*4)

"astatroth/laravel-config": "~1.0"

and run composer update or composer install., (*5)

Another way is to require the package:, (*6)

composer require astatroth/laravel-config

Next, add the package service provider to your app/config.php:, (*7)

Astatroth\LaravelConfig\LaravelConfigServiceProvider::class,

That's it!, (*8)

Usage

Usage is as simple as, (*9)

Config::write($key, $value);

Have fun! :), (*10)

The Versions

15/03 2017

dev-master

9999999-dev

An extension of the Config component, it adds the ability to write to configuration files.

  Sources   Download

MIT

The Requires

 

by Samuel Georges
by Avatar Astatroth
by Alexey Bobkov

01/03 2017

1.0.0

1.0.0.0

An extension of the Config component, it adds the ability to write to configuration files.

  Sources   Download

MIT

The Requires

 

by Samuel Georges
by Avatar Astatroth
by Alexey Bobkov

01/03 2017

1.0.x-dev

1.0.9999999.9999999-dev

An extension of the Config component, it adds the ability to write to configuration files.

  Sources   Download

MIT

The Requires

 

by Samuel Georges
by Avatar Astatroth
by Alexey Bobkov