Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 709fc61

Browse files
committed
[#5963] Move note and copy it to installation doc
1 parent f7d05c8 commit 709fc61

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

best_practices/creating-the-project.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ Now that everything is correctly set up, you can create a new project based on
2525
Symfony. In your command console, browse to a directory where you have permission
2626
to create files and execute the following commands:
2727

28-
.. note::
29-
30-
If the installer doesn't work for you or doesn't output anything, make sure
31-
that the `phar extension`_ is installed and enabled on your computer.
32-
3328
.. code-block:: bash
3429
3530
# Linux, Mac OS X
@@ -40,6 +35,11 @@ to create files and execute the following commands:
4035
c:\> cd projects/
4136
c:\projects\> php symfony new blog
4237
38+
.. note::
39+
40+
If the installer doesn't work for you or doesn't output anything, make sure
41+
that the `Phar extension`_ is installed and enabled on your computer.
42+
4343
This command creates a new directory called ``blog`` that contains a fresh new
4444
project based on the most recent stable Symfony version available. In addition,
4545
the installer checks if your system meets the technical requirements to execute
@@ -183,4 +183,4 @@ the Symfony directory structure.
183183
.. _`Composer download page`: https://getcomposer.org/download/
184184
.. _`public checksums repository`: https://github.com/sensiolabs/checksums
185185
.. _`these steps`: http://fabien.potencier.org/signing-project-releases.html
186-
.. _`phar extension`: http://php.net/manual/en/intro.phar.php
186+
.. _`Phar extension`: http://php.net/manual/en/intro.phar.php

book/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ to meet those requirements.
8181
distributing them. If you want to verify the integrity of any Symfony
8282
version, follow the steps `explained in this post`_.
8383

84+
.. note::
85+
86+
If the installer doesn't work for you or doesn't output anything, make sure
87+
that the `Phar extension`_ is installed and enabled on your computer.
88+
8489
Basing your Project on a Specific Symfony Version
8590
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8691

@@ -405,3 +410,4 @@ a wide variety of articles about solving specific problems with Symfony.
405410
.. _`Symfony REST Edition`: https://github.com/gimler/symfony-rest-edition
406411
.. _`FOSRestBundle`: https://github.com/FriendsOfSymfony/FOSRestBundle
407412
.. _`Git`: http://git-scm.com/
413+
.. _`Phar extension`: http://php.net/manual/en/intro.phar.php

0 commit comments

Comments
 (0)