Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit f4a53cf

Browse files
committed
wording update
1 parent 161a729 commit f4a53cf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

doc/book/controllers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,11 @@ extending class.
279279

280280
## AbstractConsoleController
281281

282-
> [zend-mvc-console](https://docs.zendframework.com/zend-mvc-console/) is a component that required to use it. We can install via composer command:
283-
> ```bash
282+
> For version 3, the integration component [zend-mvc-console](https://docs.zendframework.com/zend-mvc-console/) must be installed. It can be done via Composer:
283+
> ````bash
284284
> composer require zendframework/zend-mvc-console
285285
> ```
286+
> If you are not using the component installer, you will need to [add this component as a module](https://docs.zendframework.com/zend-mvc-console/intro/#manual-installation).
286287
287288
`Zend\Mvc\Console\Controller\AbstractConsoleController` extends from [AbstractActionController](#abstractactioncontroller)
288289
and provides the following functionality:

doc/book/quick-start.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,12 @@ classes for you to start with:
113113
`AbstractActionController`, but provides methods for retrieving the
114114
`Zend\Console\Adapter\AdapterInterface` instance, and ensuring that execution
115115
fails in non-console environments.
116-
> [zend-mvc-console](https://docs.zendframework.com/zend-mvc-console/) is a component that required to use it. We can install via composer command:
117-
> ```bash
116+
117+
> For version 3, the integration component [zend-mvc-console](https://docs.zendframework.com/zend-mvc-console/) must be installed. It can be done via Composer:
118+
> ````bash
118119
> composer require zendframework/zend-mvc-console
119120
> ```
121+
> If you are not using the component installer, you will need to [add this component as a module](https://docs.zendframework.com/zend-mvc-console/intro/#manual-installation).
120122
121123
To get started, we'll create a "hello world"-style controller, with a single
122124
action. First, create the file `HelloController.php` in the directory

0 commit comments

Comments
 (0)