We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684f505 commit 17748d3Copy full SHA for 17748d3
setup/web_server_configuration.rst
@@ -31,6 +31,16 @@ to use PHP :ref:`with Nginx <web-server-nginx>`.
31
32
.. _web-server-apache-mod-php:
33
34
+Using Symfony Flex in Apache
35
+----------------------------
36
+
37
+The recommended way is to install the apache recipe by executing the following command:
38
39
+.. code-block:: terminal
40
41
+ $ cd my-project/
42
+ $ composer require symfony/apache-pack
43
44
Apache with mod_php/PHP-CGI
45
---------------------------
46
0 commit comments