Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Move inspiration
Browse files Browse the repository at this point in the history
  • Loading branch information
bjuppa committed Nov 24, 2016
1 parent b5d700d commit 19c78cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Then use the `env()` function to pull out environment variables with an (optiona
$db_user = env('DB_USER', 'default_db_user');
```

## Inspiration
We came across this package that did almost what we wanted to but not quite:
https://github.com/oscarotero/env

## Development
Run `composer create-project` to create the test `.env` from `.env.example`.

Expand All @@ -40,9 +44,5 @@ Run `composer create-project` to create the test `.env` from `.env.example`.
$ composer test
```

## Inspiration
We came across this package that did almost what we wanted to but not quite:
https://github.com/oscarotero/env

## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit 19c78cc

Please sign in to comment.