2017 © Pedro Peláez
 

library expressive-console

This libs provides baseCommand for commands, command loader for symfony and service provider for zend service manager

image

marcosadantas/expressive-console

This libs provides baseCommand for commands, command loader for symfony and service provider for zend service manager

  • Sunday, December 10, 2017
  • by lpj145
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Expressive Console

Developers for developers, this lib have service provider for ServiceManager zend., (*1)

How use it:
composer require marcosadantas/expressive-console
Define Command:
class MigrationCommand extende ExpressiveConsole\BaseCommand
{
}
Configuration
// On service provider, or config file
[
    'commands' => [
        'migration:create' => MigrationCommand::class,
    ]
]

When install package service manage try to config it. if not can, add this array to configuration file providers:, (*2)

ExpressiveConsole\ConfigProvider

The Versions

10/12 2017

dev-master

9999999-dev

This libs provides baseCommand for commands, command loader for symfony and service provider for zend service manager

  Sources   Download

MIT

The Requires

 

by Marcos Dantas

10/12 2017

1.0.0

1.0.0.0

This libs provides baseCommand for commands, command loader for symfony and service provider for zend service manager

  Sources   Download

MIT

The Requires

 

by Marcos Dantas