zendframework/zend-console
Zend\Console provides a robust set of tools for building PHP command-line apps and scripts. It includes input parsing, argument and option handling, console adapters, and helpers for formatting output, making it easier to create interactive and portable CLI commands.
#32 adds a new route match type, the "catch-all". Such types are always optional (thus, appear in [] sets), and are specified using ... within: command [...options].
Parameters matched this way will always be returned as an array of values.
#39 adds support for PHP 7.2.
getTitle() whereby the $output array was being incorrectly used as a string.Zend\Console\Prompt\Char::show() method to call on the composed adapter's write()/writeLine() methods instead of calling echo().How can I help you explore Laravel packages today?