From bb04f2e6862271dce3890e57f278c1ea05116025 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 15 Mar 2018 12:36:14 +0100 Subject: [PATCH 1/2] Mention the skeleton project when creating projects --- setup.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.rst b/setup.rst index f354ccdcf9d..a374d3eb240 100644 --- a/setup.rst +++ b/setup.rst @@ -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 and APIs, consider + using the more lightweight ``skeleton`` project: + + .. code-block:: terminal + + $ composer create-project symfony/skeleton my-project + Running your Symfony Application -------------------------------- From 9e4c26afc22cf65367ef7cec539ac33f6f0833fd Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 18 Mar 2018 13:05:53 +0100 Subject: [PATCH 2/2] Reword --- setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.rst b/setup.rst index a374d3eb240..d92eb375f4f 100644 --- a/setup.rst +++ b/setup.rst @@ -26,8 +26,8 @@ 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 and APIs, consider - using the more lightweight ``skeleton`` project: + you are building microservices, console applications or APIs, consider + using the much simpler ``skeleton`` project: .. code-block:: terminal