Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

Add the controllers/invokables key when creating controllers #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robertmarsal
Copy link

Currently this is not added to the config when creating a controller.

For example :

zf.php create controller Test Application

Will create :

'controllers' => array(
    'invokables' => array(
        'Application\Controller\Test' => 'Application\Controller\TestController',
    ),
),

@EvanDotPro
Copy link
Member

@weierophinney I'm starting to see a lot of overlap between ZFTool and Apigility... Maybe there's room for making a generic ZF2 application manipulation library, and sharing it across both projects?

@weierophinney
Copy link
Member

Ironically, we were hoping to start with ZFTool for Apigility, but the needs of exposing tooling via an API vs the command-line made us scrap that. All told, though, we could likely take the models from zf-apigility-admin and expose those to both ZFTool and the admin interface.

@raphaeldealmeida
Copy link
Contributor

Duplicated issue? #81

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants