Skip to content

Mention the website-skeleton in the getting started guide #9108

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Create your new project by running:

.. code-block:: terminal

$ composer create-project symfony/skeleton my-project
$ composer create-project symfony/website-skeleton my-project

This will create a new ``my-project`` directory, download some dependencies into
it and even generate the basic directories and files you'll need to get started.
Expand Down
5 changes: 3 additions & 2 deletions setup/flex.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@ manual steps:

.. code-block:: terminal

$ composer require annotations asset doctrine twig profiler \
logger mailer form orm-fixtures security translation validator
$ composer require annotations asset orm-pack twig \
logger mailer form security translation validator
$ composer require --dev dotenv maker-bundle orm-fixtures profiler

#. If the project's ``composer.json`` file doesn't contain ``symfony/symfony``
dependency, it already defines its dependencies explicitly, as required by
Expand Down