Skip to content

Commit

Permalink
Add note about 'phar extension' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Snoek authored and wouterj committed Dec 17, 2015
1 parent 523d08c commit 696c154
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions best_practices/creating-the-project.rst
Expand Up @@ -25,6 +25,11 @@ Now that everything is correctly set up, you can create a new project based on
Symfony. In your command console, browse to a directory where you have permission
to create files and execute the following commands:

.. note::

If the installer doesn't work for you or doesn't output anything, make sure
that the `phar extension`_ is installed and enabled on your computer.

.. code-block:: bash
# Linux, Mac OS X
Expand Down Expand Up @@ -178,3 +183,4 @@ the Symfony directory structure.
.. _`Composer download page`: https://getcomposer.org/download/
.. _`public checksums repository`: https://github.com/sensiolabs/checksums
.. _`these steps`: http://fabien.potencier.org/signing-project-releases.html
.. _`phar extension`: http://php.net/manual/en/intro.phar.php

0 comments on commit 696c154

Please sign in to comment.