This is the documentation for version 1.0. Please consider upgrading your code to the latest stable version

Installation

The recommended installation method is via Composer.

composer require "league/config:^1.0"

Ensure that you’ve set up your project to autoload Composer-installed packages.

Versioning

SemVer will be followed closely. It’s highly recommended that you use Composer’s caret operator to ensure compatibility; for example: ^1.0. This is equivalent to >=1.0 <2.0.


Edit this page