From 713c449f41ddc9acc38d2bab93a658981679cca2 Mon Sep 17 00:00:00 2001 From: Steven Renaux <59167761+StevenRenaux@users.noreply.github.com> Date: Mon, 1 May 2023 09:26:25 +0200 Subject: [PATCH 1/2] Routing file configuration Relative at https://github.com/liip/LiipImagineBundle/pull/1509#event-9132862569 Add about Symfony Flex recipe --- Resources/doc/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/doc/installation.rst b/Resources/doc/installation.rst index 36ae8ea8..ad14eadc 100644 --- a/Resources/doc/installation.rst +++ b/Resources/doc/installation.rst @@ -13,6 +13,9 @@ and add it as a dependency to your project: .. code-block:: bash composer require liip/imagine-bundle + +If you accept the Symfony Flex recipe during installation you are done! +Otherwise, you need to configure the bundle with the next steps. Step 2: Enable the Bundle ------------------------- From 89b4d30df3e5a12c4b7490e04b9055bb6df132d3 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 1 May 2023 10:19:29 +0200 Subject: [PATCH 2/2] Update Resources/doc/installation.rst --- Resources/doc/installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Resources/doc/installation.rst b/Resources/doc/installation.rst index ad14eadc..86765d98 100644 --- a/Resources/doc/installation.rst +++ b/Resources/doc/installation.rst @@ -14,7 +14,9 @@ and add it as a dependency to your project: composer require liip/imagine-bundle -If you accept the Symfony Flex recipe during installation you are done! +If you accept the Symfony Flex recipe during installation, the bundle is +registered, routing set up and the configuration skeleton file is created. You +can now adapt the configuration to your needs. Otherwise, you need to configure the bundle with the next steps. Step 2: Enable the Bundle