Releases: inhere/php-console
Releases · inhere/php-console
v2.2.2
19 Dec 15:12
Compare
Sorry, something went wrong.
No results found
some modify for user interactive method. bug fixed for write() need quit
new feature: alias support for command(app command alias and controller command alias)
add new interactive : multi select
Update README.md
v2.2.1
18 Dec 15:34
Compare
Sorry, something went wrong.
No results found
bug fixed for no display description for closure command.
bug fixed for add command description message.
some modify for input definition
new feature: output support buffer.
v2.2.0
18 Dec 12:11
Compare
Sorry, something went wrong.
No results found
move some classes to Components from Utils
add some helper class
some update: readme, command info show
v2.1.9
18 Dec 08:56
Compare
Sorry, something went wrong.
No results found
add command alias support
some modify
update readme
$ app ->command ('test ' , TestCommand::class, [
'aliases ' => ['t ' ]
]);
// now, yan can access test command by
php examples/app test
// OR
php examples/app t
v1.2.0
18 Dec 02:24
Compare
Sorry, something went wrong.
No results found
merge master to branch php5
convert code to php5 from php7
v2.1.8
29 Nov 03:28
Compare
Sorry, something went wrong.
No results found
add method Application::register* for autoload commands and controllers from dir.
add new method Interact::askHiddenInput() for read hidden input, e.g password
format codes for php7
update readme
v2.1.5
18 Nov 06:02
Compare
Sorry, something went wrong.
No results found
v2.1.4
10 Nov 06:03
Compare
Sorry, something went wrong.
No results found
some bug fixed
update readme
v2.1.1
27 Oct 07:40
Compare
Sorry, something went wrong.
No results found
v2.1.0
26 Oct 15:57
Compare
Sorry, something went wrong.
No results found
some logic update
provide command tips for group command
new add some show methods
some bug fixed