Skip to content

Commit 5ff66f3

Browse files
committed
Mention the website-skeleton in the getting started guide
1 parent be08c1b commit 5ff66f3

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)