File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,13 @@ Before creating your first Symfony application you must:
20
20
* Install PHP 7.1 or higher and these PHP extensions (which are installed and
21
21
enabled by default in most PHP 7 installations): `Ctype `_, `iconv `_, `JSON `_,
22
22
`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.
26
24
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
28
30
requirements. Open your console terminal and run this command:
29
31
30
32
.. code-block :: terminal
You can’t perform that action at this time.
0 commit comments