Skip to content

Commit 34230ff

Browse files
committed
Mention the new check:requirements command
1 parent 13a5281 commit 34230ff

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

deployment.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ you'll need to do:
117117
A) Check Requirements
118118
~~~~~~~~~~~~~~~~~~~~~
119119

120-
Check if your server meets the requirements by running:
120+
Check if your server meets the requirements by running the following command
121+
provided by the ``symfony`` binary created when `installing Symfony`_:
121122

122123
.. code-block:: terminal
123124
124-
$ php bin/symfony_requirements
125+
$ symfony check:requirements
125126
126127
.. _b-configure-your-app-config-parameters-yml-file:
127128

@@ -248,3 +249,4 @@ kernel and return your project's root directory::
248249
.. _`Deployer`: http://deployer.org/
249250
.. _`Git Tagging`: https://git-scm.com/book/en/v2/Git-Basics-Tagging
250251
.. _`EasyDeployBundle`: https://github.com/EasyCorp/easy-deploy-bundle
252+
.. _`installing Symfony`: https://symfony.com/download

reference/requirements.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ to avoid leaking internal information about your application to visitors.
2929
Checking Requirements for the Command Console
3030
---------------------------------------------
3131

32-
Open your console or terminal, enter in your project directory, execute this
33-
command and fix the reported issues:
32+
Open your console or terminal, enter in your project directory, and run the
33+
following command provided by the ``symfony`` binary created when
34+
`installing Symfony`_:
3435

3536
.. code-block:: terminal
3637
3738
$ cd my-project/
38-
$ php bin/symfony_requirements
39+
$ symfony check:requirements
3940
4041
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard
4142
.. _`skeleton`: https://github.com/symfony/skeleton
4243
.. _`website-skeleton`: https://github.com/symfony/website-skeleton
44+
.. _`installing Symfony`: https://symfony.com/download

0 commit comments

Comments
 (0)