From 41c446ae0ab5364b28709f679f89cd188e1f33c2 Mon Sep 17 00:00:00 2001 From: Henry Snoek Date: Sat, 5 Dec 2015 14:34:54 +0100 Subject: [PATCH 1/2] add note about phar extension dependency --- best_practices/creating-the-project.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/best_practices/creating-the-project.rst b/best_practices/creating-the-project.rst index 60e6db3be55..4e9d84dc1c7 100644 --- a/best_practices/creating-the-project.rst +++ b/best_practices/creating-the-project.rst @@ -25,6 +25,12 @@ 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:: + + Please make sure that the `phar extension`_ is installed and enabled. + Otherwise, the installer will simply return without doing anything nor + giving you any output. + .. code-block:: bash # Linux, Mac OS X @@ -178,3 +184,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 From cbe9ce6c907ebd2b9c5c008c06b41a902226e127 Mon Sep 17 00:00:00 2001 From: Henry Snoek Date: Tue, 15 Dec 2015 19:43:57 +0100 Subject: [PATCH 2/2] reword the note --- best_practices/creating-the-project.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/best_practices/creating-the-project.rst b/best_practices/creating-the-project.rst index 4e9d84dc1c7..f80519a3cbd 100644 --- a/best_practices/creating-the-project.rst +++ b/best_practices/creating-the-project.rst @@ -27,9 +27,8 @@ to create files and execute the following commands: .. note:: - Please make sure that the `phar extension`_ is installed and enabled. - Otherwise, the installer will simply return without doing anything nor - giving you any output. + 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