Skip to content

Commit 4185ae9

Browse files
committed
Mention the skeleton project when creating projects
1 parent 8954b6d commit 4185ae9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ 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.
2424
In other words, your new app is ready!
2525

26+
.. tip::
27+
28+
The ``website-skeleton`` is optimized for traditional web applications. If
29+
you are building microservices, console applications or APIs, consider
30+
using the much simpler ``skeleton`` project:
31+
32+
.. code-block:: terminal
33+
34+
$ composer create-project symfony/skeleton my-project
35+
2636
Running your Symfony Application
2737
--------------------------------
2838

0 commit comments

Comments
 (0)