Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions best_practices/creating-the-project.rst
Original file line number Diff line number Diff line change
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