Skip to content

Commit 8b9640f

Browse files
authored
Provide a link to Symfony client download instructions
Make it clearer how to install the Symfony web server directly from the Installing & Setting up the Symfony Framework page.
1 parent 76be978 commit 8b9640f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Running your Symfony Application
3939
On production, you should use a web server like Nginx or Apache (see
4040
:doc:`configuring a web server to run Symfony </setup/web_server_configuration>`).
4141
But for development, it's more convenient to use the
42-
:doc:`Symfony Local Web Server <setup/symfony_server>`.
42+
:doc:`Symfony Local Web Server <setup/symfony_server>`. For installation instructions, see `Download the Symfony client`_.
4343

4444
This local server provides support for HTTP/2, TLS/SSL, automatic generation of
4545
security certificates and many other features. It works with any PHP application,
@@ -153,6 +153,7 @@ Go Deeper with Setup
153153
.. _`Stellar Development with Symfony`: http://symfonycasts.com/screencast/symfony
154154
.. _`Composer`: https://getcomposer.org/
155155
.. _`installing Composer`: https://getcomposer.org/download/
156+
.. _`Download the Symfony client`: https://symfony.com/download
156157
.. _`the Security Checker`: https://github.com/sensiolabs/security-checker#integration
157158
.. _`The Symfony Demo application`: https://github.com/symfony/demo
158159
.. _`symfony/symfony-demo`: https://github.com/symfony/demo

0 commit comments

Comments
 (0)