Skip to content

Commit 8c99ac9

Browse files
committed
bug #6366 Removed server:stop code block for 2.3 (theyoux)
This PR was merged into the 2.3 branch. Discussion ---------- Removed server:stop code block for 2.3 Symfony 2.3 does not have server:start / server:stop commands. Commits ------- 2a6b56a Removed server:stop code block for 2.3
2 parents 0563cf0 + 2a6b56a commit 8c99ac9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

book/installation.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,7 @@ your `Apache`_ or `Nginx`_ web server as explained in
196196
:doc:`/cookbook/configuration/web_server_configuration`.
197197

198198
When you are finished working on your Symfony application, you can stop the
199-
server with the ``server:stop`` command:
200-
201-
.. code-block:: bash
202-
203-
$ php app/console server:stop
199+
server by pressing `Ctrl+C` from terminal.
204200

205201
Checking Symfony Application Configuration and Setup
206202
----------------------------------------------------

0 commit comments

Comments
 (0)