astatroth/laravel-config

An extension of the Config component, it adds the ability to write to configuration files.
343 1
Install
composer require astatroth/laravel-config
Latest Version:1.0.0
PHP:>=5.4
License:MIT
Last Updated:May 26, 2017
Links: GitHub  ·  Packagist
Maintainer: Astatroth

Laravel Config

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

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

Installation

Add Laravel Config to your composer.json file:

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

and run composer update or composer install.

Another way is to require the package:

composer require astatroth/laravel-config

Next, add the package service provider to your app/config.php:

Astatroth\LaravelConfig\LaravelConfigServiceProvider::class,

That's it!

Usage

Usage is as simple as

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

Have fun! :)

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

612,604,198 9,704
laravel/framework

The Laravel Framework.

551,557,428 34,802
laravel/tinker

Powerful REPL for the Laravel framework.

465,424,253 7,437