Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfoerster committed May 4, 2015
1 parent dd146d0 commit 02c8d74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ An environment is defined and detected either by a set of domains (e.g. www.doma
-----------------------------

1. `composer require frankfoerster/cakephp-environment`
Tags ~1.0 are releases for CakePHP 2.x support (master branch).
Tags ~3.0 are releases for CakePHP 3.x support (cake3 branch).
2. Copy the example configuration files from `example/config/Environment` to your app `/config/Environment`
3. Add the following lines to your `config/bootstrap.php` file

Expand All @@ -38,6 +36,9 @@ An environment is defined and detected either by a set of domains (e.g. www.doma
Environments::init();
```

Tags ~1.0 are releases for CakePHP 2.x support (master branch).
Tags ~3.0 are releases for CakePHP 3.x support (cake3 branch).

3. Configuration
----------------

Expand Down

0 comments on commit 02c8d74

Please sign in to comment.