Skip to content

No longer list the Symfony binary as a requirement #13462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2020
Merged
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
10 changes: 6 additions & 4 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ Before creating your first Symfony application you must:
* Install PHP 7.1 or higher and these PHP extensions (which are installed and
enabled by default in most PHP 7 installations): `Ctype`_, `iconv`_, `JSON`_,
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
* `Install Composer`_, which is used to install PHP packages;
* `Install Symfony`_, which creates in your computer a binary called ``symfony``
that provides all the tools you need to develop your application locally.
* `Install Composer`_, which is used to install PHP packages.

The ``symfony`` binary provides a tool to check if your computer meets these
Optionally, you can also `install Symfony`_. This creates a binary called
``symfony`` that provides all the tools you need to develop and run your
Symfony application locally.

The ``symfony`` binary provides a tool to check if your computer meets all
requirements. Open your console terminal and run this command:

.. code-block:: terminal
Expand Down