From eaec92b4541ba36c89bda25ac4768b5084743e4e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 9 Apr 2019 07:34:04 +0200 Subject: [PATCH] suggest installing the Symfony CLI instead of using the built-in PHP web server --- symfony/framework-bundle/3.3/post-install.txt | 6 +++--- symfony/framework-bundle/4.2/post-install.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/symfony/framework-bundle/3.3/post-install.txt b/symfony/framework-bundle/3.3/post-install.txt index e1bfdb05..dba20f82 100644 --- a/symfony/framework-bundle/3.3/post-install.txt +++ b/symfony/framework-bundle/3.3/post-install.txt @@ -3,9 +3,9 @@ * Run your application: - 1. Change to the project directory + 1. Go to the project directory 2. Create your code repository with the git init command - 3. Run composer require server --dev to install the development web server, - or configure another supported web server https://symfony.com/doc/current/setup/web_server_configuration.html + 3. Download the Symfony CLI at https://symfony.com/download to install a development web server, + or run composer require server --dev for a minimalist one * Read the documentation at https://symfony.com/doc diff --git a/symfony/framework-bundle/4.2/post-install.txt b/symfony/framework-bundle/4.2/post-install.txt index e1bfdb05..dba20f82 100644 --- a/symfony/framework-bundle/4.2/post-install.txt +++ b/symfony/framework-bundle/4.2/post-install.txt @@ -3,9 +3,9 @@ * Run your application: - 1. Change to the project directory + 1. Go to the project directory 2. Create your code repository with the git init command - 3. Run composer require server --dev to install the development web server, - or configure another supported web server https://symfony.com/doc/current/setup/web_server_configuration.html + 3. Download the Symfony CLI at https://symfony.com/download to install a development web server, + or run composer require server --dev for a minimalist one * Read the documentation at https://symfony.com/doc