The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Laravel 8 support
1.1.1 - 2020-05-27
- Fixed working with nested key names (for example, APP_KEY and PUSHER_APP_KEY).
1.1.0 - 2020-05-23
- Now you can set and update empty env-variables.
- Now you can specify external .env-file as the third optional argument.
- Now you can set the value with equals sign ("=").
- Added a lot of unit-tests.
- Added GitHub Actions integration.
- Added GitHub Actions build status badge.
- Added the command description.
- Added support for using en external
.env
file when using "key=value" syntax.
- composer.json now includes needed laravel components.
- Fixed compatibility with Laravel 6+.
- Initial release