2017 © Pedro Peláez
 

library environment

Package Environment is for getting current environment

image

subscribo/environment

Package Environment is for getting current environment

  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Environment Package

Package for getting current environment, (*1)

1. Installation

1.1 Add the following to your project's composer.json:, (*2)

1.1.1 Repository containing this package (note: you need to have access to this repository as well as to resources it points to), (*3)

1.1.2 Dependency under "require" key, (*4)

    "subscribo/environment": "^0.1.0"

1.2. If you are using Laravel (5.0), you might want to add, (*5)

    '\\Subscribo\\Environment\\Integration\\Laravel\\EnvironmentServiceProvider',

under 'providers' key in config/app.php file., (*6)

or, (*7)

    if (class_exists('\\Subscribo\\Environment\\Integration\\Laravel\\EnvironmentServiceProvider')) {
        $app->register('\\Subscribo\\Environment\\Integration\\Laravel\\EnvironmentServiceProvider');
    }

in bootstrap/app.php for conditional registration, (*8)

If used with package adding this dependency and registering this service provider for you, this step (1.2) is not necessary., (*9)

The Versions

26/11 2016

dev-master

9999999-dev

Package Environment is for getting current environment

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

by Slavo
by KochAbo GmbH

laravel environment subscribo

26/11 2016

v0.1.0

0.1.0.0

Package Environment is for getting current environment

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

by Slavo
by KochAbo GmbH

laravel environment subscribo