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
andkey:set
commands have been removed in favour of theenv:set
command.