File tree Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Expand file tree Collapse file tree 3 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,6 @@ by the normal `webpack-dev-server`_. For example:
2626
2727https://localhost:9000 ``.
2828
29- .. note ::
30- 
31-  This Webpack server is independent from
32-  :doc: `Symfony's development web server  </setup/built_in_web_server >` and
33-  you need to run both separately.
34- 
3529Using dev-server inside a VM
3630---------------------------- 
3731
Original file line number Diff line number Diff line change 44How to Use PHP's built-in Web Server
55==================================== 
66
7- Since PHP 5.4 the CLI SAPI comes with a `built-in web server `_. It can be used
8- to run your PHP applications locally during development, for testing or for
9- application demonstrations. This way, you don't have to bother configuring
10- a full-featured web server such as
11- :doc: `Apache or Nginx  </setup/web_server_configuration >`.
7+ The PHP CLI SAPI comes with a `built-in web server `_. It can be used to run your
8+ PHP applications locally during development, for testing or for application
9+ demonstrations. This way, you don't have to bother configuring a full-featured
10+ web server such as :doc: `Apache or Nginx  </setup/web_server_configuration >`.
11+ 
12+ .. tip ::
13+ 
14+  The preferred way to develop your Symfony application is to use
15+  :doc: `Symfony Local Web Server  </setup/symfony_server >`.
1216
1317.. caution ::
1418
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ Configuring a Web Server
55======================== 
66
77The preferred way to develop your Symfony application is to use
8- :doc: `PHP's internal web server  </setup/built_in_web_server >`. However,
9- when using an older PHP version or when running the application in the production
10- environment, you'll need to use a fully-featured web server. This article
11- describes several ways to use Symfony with Apache or Nginx.
8+ :doc: `Symfony Local Web Server  </setup/symfony_server >`.
9+ 
10+ However, when running the application in the production environment, you'll need
11+ to use a fully-featured web server. This article describes several ways to use
12+ Symfony with Apache or Nginx.
1213
1314When using Apache, you can configure PHP as an
1415:ref: `Apache module  <web-server-apache-mod-php >` or with FastCGI using
                         You can’t perform that action at this time. 
           
                  
0 commit comments