Skip to content

Commit 5f1a224

Browse files
committed
minor #13462 No longer list the Symfony binary as a requirement (wouterj)
This PR was merged into the 4.4 branch. Discussion ---------- No longer list the Symfony binary as a requirement Based on the same Slack discussion as #13461, I think we should also change this section a little bit. Instead of listing it as a requirement (and then in the next sections, mention ways to do things without Symfony CLI), I think it's more fair to mention it as a highly recommended tool instead. Commits ------- dfe0cf8 No longer list the Symfony binary as a requirement
2 parents a406ddc + dfe0cf8 commit 5f1a224

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

setup.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ Before creating your first Symfony application you must:
2020
* Install PHP 7.1 or higher and these PHP extensions (which are installed and
2121
enabled by default in most PHP 7 installations): `Ctype`_, `iconv`_, `JSON`_,
2222
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
23-
* `Install Composer`_, which is used to install PHP packages;
24-
* `Install Symfony`_, which creates in your computer a binary called ``symfony``
25-
that provides all the tools you need to develop your application locally.
23+
* `Install Composer`_, which is used to install PHP packages.
2624

27-
The ``symfony`` binary provides a tool to check if your computer meets these
25+
Optionally, you can also `install Symfony`_. This creates a binary called
26+
``symfony`` that provides all the tools you need to develop and run your
27+
Symfony application locally.
28+
29+
The ``symfony`` binary provides a tool to check if your computer meets all
2830
requirements. Open your console terminal and run this command:
2931

3032
.. code-block:: terminal

0 commit comments

Comments
 (0)