Skip to content

Latest commit

 

History

History
executable file
·
21 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

executable file
·
21 lines (12 loc) · 592 Bytes

Arp\LaminasSymfonyConsole

About

A component module that integrates the Symfony Console with the Laminas Framework.

Installation

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',
];