2017 © Pedro Peláez
 

library config

Configuration Component for Laravel and Orchestra Platform

image

orchestra/config

Configuration Component for Laravel and Orchestra Platform

  • Tuesday, February 27, 2018
  • by crynobone
  • Repository
  • 4 Watchers
  • 7 Stars
  • 5,263 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 54 Versions
  • 1 % Grown

The README.md

Configuration Component for Laravel and Orchestra Platform

Config Component is a configuration with environment based support for Laravel 5 and above. The component is actually based from Laravel 4 configuration., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Table of Content

Version Compatibility

Laravel Config
5.5.x 3.5.x
5.6.x. 3.6.x
5.7.x. 3.7.x
5.8.x 3.8.x
6.x 4.x
7.x 5.x

Installation

To install through composer, run the following command from terminal:, (*3)

composer require "orchestra/config"

Configuration

To swap Laravel 5 default configuration, all you need to do is add the following code to bootstrap/app.php:, (*4)

$app->singleton(
    Illuminate\Foundation\Bootstrap\LoadConfiguration::class,
    Orchestra\Config\Bootstrap\LoadConfiguration::class
);

Configuration Caching Support

Config Component also bring an enhanced php artisan config:cache support to speed up configuration loading, some features include:, (*5)

  • Caching packages/namespaced config instead of just application config directory.
  • Enforcing lazy loaded packages config by including list of packages config key in compile.config.

In order to do this you need to replace Illuminate\Foundation\Provider\ArtisanServiceProvider with a new App\Providers\ArtisanServiceProvider:, (*6)

<?php namespace App\Providers;

use Orchestra\Config\Console\ConfigCacheCommand;
use Illuminate\Foundation\Providers\ArtisanServiceProvider as ServiceProvider;

class ArtisanServiceProvider extends ServiceProvider
{
    /**
     * Register the command.
     *
     * @return void
     */
    protected function registerConfigCacheCommand()
    {
        $this->app->singleton('command.config.cache', function ($app) {
            return new ConfigCacheCommand($app['files']);
        });
    }
}

Don't forget to update your config/app.php to replaces Illuminate\Foundation\Provider\ArtisanServiceProvider with App\Providers\ArtisanServiceProvider., (*7)

Caching lazy loaded packages file

In order to force certain packages to be included in config caching, you can specify either the relative key of desired packages in your config/compile.php file:, (*8)

```php <?php, (*9)

return [, (*10)

// ...

'config' => [
    'orchestra/foundation::config',  // if package config is group under "config/config.php"
    'orchestra/foundation::roles',   // Using one of the key available in "config/config.php"
    'orchestra/html::form',          // When package contain "config/form.php"
],

];, (*11)

The Versions

27/02 2018

dev-master

9999999-dev

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

27/02 2018

3.6.x-dev

3.6.9999999.9999999-dev

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

27/02 2018

v3.6.0

3.6.0.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

27/02 2018

v3.6.1

3.6.1.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

24/01 2018

v3.6.0-BETA1

3.6.0.0-beta1

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

03/11 2017

3.5.x-dev

3.5.9999999.9999999-dev

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

03/11 2017

v3.5.2

3.5.2.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

03/11 2017

v3.5.3

3.5.3.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

07/10 2017

v3.5.1

3.5.1.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

07/10 2017

3.4.x-dev

3.4.9999999.9999999-dev

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

07/10 2017

v3.4.4

3.4.4.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

25/08 2017

v3.5.0

3.5.0.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

v3.4.0-BETA1

3.4.0.0-beta1

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

v3.4.0

3.4.0.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

v3.4.0-BETA2

3.4.0.0-beta2

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

v3.4.1

3.4.1.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

v3.4.2

3.4.2.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

v3.4.3

3.4.3.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

3.3.x-dev

3.3.9999999.9999999-dev

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

v3.3.5

3.3.5.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

01/01 2017

v3.3.6

3.3.6.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/06 2016

v3.3.0

3.3.0.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/06 2016

v3.3.1

3.3.1.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/06 2016

v3.3.2

3.3.2.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/06 2016

v3.3.3

3.3.3.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

18/03 2016

3.2.x-dev

3.2.9999999.9999999-dev

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

18/03 2016

v3.2.2

3.2.2.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

18/03 2016

v3.2.3

3.2.3.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

22/12 2015

v3.2.0

3.2.0.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

22/12 2015

v3.2.1

3.2.1.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/11 2015

3.1.x-dev

3.1.9999999.9999999-dev

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/11 2015

v3.1.13

3.1.13.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/11 2015

v3.1.14

3.1.14.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/11 2015

v3.1.15

3.1.15.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

15/11 2015

v3.1.16

3.1.16.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

05/08 2015

v3.1.10

3.1.10.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

05/08 2015

v3.1.11

3.1.11.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

05/08 2015

v3.1.12

3.1.12.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

05/08 2015

v3.1.7

3.1.7.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

05/08 2015

v3.1.8

3.1.8.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

05/08 2015

v3.1.9

3.1.9.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

13/07 2015

v3.1.6

3.1.6.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

16/06 2015

v3.1.2

3.1.2.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

16/06 2015

v3.1.3

3.1.3.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

16/06 2015

v3.1.4

3.1.4.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

16/06 2015

v3.1.5

3.1.5.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

09/06 2015

v3.1.1

3.1.1.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

09/06 2015

v3.1.0

3.1.0.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

18/05 2015

3.0.x-dev

3.0.9999999.9999999-dev

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

laravel configuration orchestral orchestra-platform

02/03 2015

v3.0.4

3.0.4.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

01/03 2015

v3.0.3

3.0.3.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

13/02 2015

v3.0.1

3.0.1.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

13/02 2015

v3.0.2

3.0.2.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires

 

10/02 2015

v3.0.0

3.0.0.0

Configuration Component for Laravel and Orchestra Platform

  Sources   Download

MIT

The Requires