Skip to content
Closed
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
10 changes: 10 additions & 0 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ 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.
In other words, your new app is ready!

.. tip::

The ``website-skeleton`` is optimized for traditional web applications. If
you are building microservices, console applications or APIs, consider
using the much simpler ``skeleton`` project:

.. code-block:: terminal

$ composer create-project symfony/skeleton my-project

Running your Symfony Application
--------------------------------

Expand Down