Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfe0cf8

Browse files
authored
No longer list the Symfony binary as a requirement
1 parenta406ddc commitdfe0cf8

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)

[8]ページ先頭

©2009-2025 Movatter.jp