Skip to content

Commit dbc1d8a

Browse files
committed
minor #9108 Mention the website-skeleton in the getting started guide (javiereguiluz)
This PR was squashed before being merged into the 4.0 branch (closes #9108). Discussion ---------- Mention the website-skeleton in the getting started guide This fixes #8989. @weaverryan you said that even if we show `website-skeleton`, you still want to show how to install each individual dependency. So, we shouldn't change anything from the original contents, right? Commits ------- 5ff66f3 Mention the website-skeleton in the getting started guide
2 parents 11595ca + 5ff66f3 commit dbc1d8a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Create your new project by running:
1717

1818
.. code-block:: terminal
1919
20-
$ composer create-project symfony/skeleton my-project
20+
$ composer create-project symfony/website-skeleton my-project
2121
2222
This will create a new ``my-project`` directory, download some dependencies into
2323
it and even generate the basic directories and files you'll need to get started.

setup/flex.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,9 @@ manual steps:
184184

185185
.. code-block:: terminal
186186
187-
$ composer require annotations asset doctrine twig profiler \
188-
logger mailer form orm-fixtures security translation validator
187+
$ composer require annotations asset orm-pack twig \
188+
logger mailer form security translation validator
189+
$ composer require --dev dotenv maker-bundle orm-fixtures profiler
189190
190191
#. If the project's ``composer.json`` file doesn't contain ``symfony/symfony``
191192
dependency, it already defines its dependencies explicitly, as required by

0 commit comments

Comments
 (0)