Skip to content

Commit f7d05c8

Browse files
committed
minor #5963 Add note about 'phar extension' dependency (snoek09)
This PR was squashed before being merged into the 2.3 branch (closes #5963). Discussion ---------- Add note about 'phar extension' dependency | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #5919 Commits ------- 696c154 Add note about 'phar extension' dependency
2 parents c4378c3 + 696c154 commit f7d05c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

best_practices/creating-the-project.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ 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+
2833
.. code-block:: bash
2934
3035
# Linux, Mac OS X
@@ -178,3 +183,4 @@ the Symfony directory structure.
178183
.. _`Composer download page`: https://getcomposer.org/download/
179184
.. _`public checksums repository`: https://github.com/sensiolabs/checksums
180185
.. _`these steps`: http://fabien.potencier.org/signing-project-releases.html
186+
.. _`phar extension`: http://php.net/manual/en/intro.phar.php

0 commit comments

Comments
 (0)