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

Skip to content

Commit 696c154

Browse files
Henry Snoekwouterj
Henry Snoek
authored andcommitted
Add note about 'phar extension' dependency
1 parent 523d08c commit 696c154

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)