Skip to content

Commit 942c7be

Browse files
committed
minor #9444 Mention the skeleton project when creating projects (javiereguiluz)
This PR was squashed before being merged into the 4.0 branch (closes #9444). Discussion ---------- Mention the skeleton project when creating projects It's sad that we don't mention the `skeleton` project, given how important is it in the new post-Symfony4 era. Commits ------- 4185ae9 Mention the skeleton project when creating projects
2 parents 62257c0 + 4185ae9 commit 942c7be

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)