Skip to content

Releases: distortedfusion/laravel-env-management

v2.0.0

11 Nov 13:41
75de074
Compare
Choose a tag to compare

This release adds support for PHP v8.x and Laravel v9.x.

Added

  • Added env:set command, this command is a general purpose setter for existing and new environment variables. Documentation

Removed

  • The app:url, app:version and key:set commands have been removed in favour of the env:set command.