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

Commit 161a729

Browse files
committed
clarify zend-mvc-console is a component required, and link to its doc applied
1 parent 66114ec commit 161a729

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/book/controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ extending class.
279279

280280
## AbstractConsoleController
281281

282-
> To use it, you need to install zend-mvc-console via
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:
283283
> ```bash
284284
> composer require zendframework/zend-mvc-console
285285
> ```

doc/book/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ 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-
> To use it, you need to install zend-mvc-console via
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:
117117
> ```bash
118118
> composer require zendframework/zend-mvc-console
119119
> ```

0 commit comments

Comments
 (0)