A component module that integrates the Symfony Console with the Laminas Framework.
Installation via composer.
require alex-patterson-webdev/laminas-symfony-console ^0.1
In order integrate with Laminas MVC, please add the module namespace to the modules.config.php
of your laminas application.
// moudle.config.php
return [
// .... other module namespaces
'Arp\\LaminasConsole',
];