Releases: svenluijten/flex-env
Releases · svenluijten/flex-env
Version 2.2.2
Version 2.2.1
Add support for PHP 8 and Laravel 7 and 8. (#54)
Version 2.2.0
v2.1.1 release
This version adds support for auto-discovery in Laravel.
v2.1.0 release
- #17 Fixed the service provider(s) for compatibility with Laravel 5.4, which removed the
$app->share()
method.
v2.0.4 release
- Various touch-ups in readme
- Add typehinting in closures
- Remove unnecessary variable(s)
v2.0.3 release
- Refactored tests
v2.0.2 release
Better CI, composer.json
& more.
v2.0.1 release
This version introduces several new features & deprecates a few:
- The
env:new
command was removed in favor forenv:set
creating a new entry if it does not exist, as well as retaining its original purpose of editing an existing value. - Added an
env:list
command, which — as you may have gathered from the name — lists all entries in the.env
file. - Added an
env:get
command, which will give you the value that belongs to the given key. - An option was also introduced to the
env:set
command to add a line break before a writing the new entry.
v2.0.0 beta
This version introduces several new features & deprecates a few:
- The
env:new
command was removed in favor forenv:set
creating a new entry if it does not exist, as well as retaining its original purpose of editing an existing value. - Added an
env:list
command, which — as you may have gathered from the name — lists all entries in the.env
file. - Added an
env:get
command, which will give you the value that belongs to the given key. - An option was also introduced to the
env:set
command to add a line break before a writing the new entry.
NOTE: This is a beta, feel free to test or send in pull requests! 😃