From 50e72c7c07022d9586e9d77c35493743c04bbcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Mon, 10 Apr 2023 00:32:49 +0200 Subject: [PATCH] docs: provide whitespaces so that HTML conversion will have expected line-breaks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- docs/book/v4/console-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/book/v4/console-tools.md b/docs/book/v4/console-tools.md index 76689519..fcf1a230 100644 --- a/docs/book/v4/console-tools.md +++ b/docs/book/v4/console-tools.md @@ -11,6 +11,7 @@ To run the console tools with `laminas-servicemanager` v4, the [`laminas/laminas > ```shell > $ composer require laminas/laminas-cli > ``` +> > _In case laminas-cli is only required to consume these console tools, you might consider using the `--dev` flag._ ## Available Commands @@ -99,4 +100,5 @@ Options: This utility will generate factories in the same way as [servicemanager:generate-factory-for-class](#generate-factory-for-class). The main difference is, that it will scan the whole project configuration for the usage of `ReflectionBasedAbstractFactory` within **any** ServiceManager look-a-like configuration (i.e. explicit usage within `factories`) and auto-generates factories for all of these services **plus** creates a configuration file which overrides **all** ServiceManager look-a-like configurations so that these consume the generated factories. + For more details and how to set up a project so that all factories are properly replaced, refer to the [dedicated command documentation](ahead-of-time-factories.md).