From 2a6b56af2e8485f584bcd6e7b0a0f5925c10a233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Mon, 14 Mar 2016 13:59:22 +0100 Subject: [PATCH] Removed server:stop code block for 2.3 Symfony 2.3 does not have server:start / server:stop commands. --- book/installation.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/book/installation.rst b/book/installation.rst index 2976d4ec4e7..cf7fb16d12f 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -196,11 +196,7 @@ your `Apache`_ or `Nginx`_ web server as explained in :doc:`/cookbook/configuration/web_server_configuration`. When you are finished working on your Symfony application, you can stop the -server with the ``server:stop`` command: - -.. code-block:: bash - - $ php app/console server:stop +server by pressing `Ctrl+C` from terminal. Checking Symfony Application Configuration and Setup ----------------------------------------------------