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

Commit48111fb

Browse files
weaverryanjaviereguiluz
authored andcommitted
minor tweaks to setup related to the symfony cli
1 parent69a537c commit48111fb

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

‎setup.rst

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ Before creating your first Symfony application you must:
2020

2121
* `Install Composer`_, which is used to install PHP packages.
2222

23-
Optionally, you can also `install Symfony CLI`_. This creates a binary called
24-
``symfony`` that provides all the tools you need to develop and run your
25-
Symfony application locally.
23+
.. _setup-symfony-cli:
24+
25+
Also, `install the Symfony CLI`_. This is optional, but it gives you a
26+
helpful binary called ``symfony`` that provides all tools you need to
27+
develop and run your Symfony application locally.
2628

2729
The ``symfony`` binary also provides a tool to check if your computer meets all
2830
requirements. Open your console terminal and run this command:
@@ -53,8 +55,8 @@ application:
5355
$ symfony new my_project_directory --version=5.4
5456
5557
The only difference between these two commands is the number of packages
56-
installed by default. The ``--webapp`` option installsall thepackagesthat you
57-
usuallyneed to build webapplications, so the installation size will be bigger.
58+
installed by default. The ``--webapp`` option installsextrapackagesto give
59+
you everything youneed to buildawebapplication.
5860

5961
If you're not using the Symfony binary, run these commands to create the new
6062
Symfony application using Composer:
@@ -227,8 +229,8 @@ require --no-unpack ...`` option to disable unpacking.
227229
Checking Security Vulnerabilities
228230
---------------------------------
229231

230-
The ``symfony`` binary created when you`installSymfony CLI`_ provides a command
231-
to check whether your project's dependencies contain any known security
232+
The ``symfony`` binary created when youinstalled the:ref:`Symfony CLI<setup-symfony-cli>`
233+
provides a commandto check whether your project's dependencies contain any known security
232234
vulnerability:
233235

234236
..code-block::terminal
@@ -312,7 +314,7 @@ Learn More
312314

313315
.. _`Stellar Development with Symfony`:https://symfonycasts.com/screencast/symfony
314316
.. _`Install Composer`:https://getcomposer.org/download/
315-
.. _`install Symfony CLI`:https://symfony.com/download
317+
.. _`installtheSymfony CLI`:https://symfony.com/download
316318
.. _`symfony-cli/symfony-cli GitHub repository`:https://github.com/symfony-cli/symfony-cli
317319
.. _`The Symfony Demo Application`:https://github.com/symfony/demo
318320
.. _`Symfony Flex`:https://github.com/symfony/flex

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp