All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add
.github
folder to export ignore of.gitattributes
(#22)
- Add support for Laravel 11 (#21)
- Add support for specifying a custom binary name (#19)
- Improve
vendor:publish
config tag
- Add support for Laravel 10
- Remove support for PHP
<8.1
- Add support for Laravel 9
- Fix issue with
usort()
in PHP 8 (#12)
- Add support for PHP 8 (#11)
- Remove duplicates when using command aliases (#10)
- Support to Laravel 8
- Require minimum of Illuminate version 7 dependencies
- Fix Symfony 5 return type for
execute()
method
- Support to Laravel 7
- Support to Laravel 6
- Adds support to hide commands from config file
- Support to Laravel 5.8
- Support to Laravel 5.7
- Minor updates on describer output
- Commands order inside namespace
- Unwanted display of hidden commands
- Initial version