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:
26
26
27
27
This will start a server at ``https://localhost:9000 ``.
28
28
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
-
35
29
Using dev-server inside a VM
36
30
----------------------------
37
31
Original file line number Diff line number Diff line change 4
4
How to Use PHP's built-in Web Server
5
5
====================================
6
6
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 >`.
12
16
13
17
.. caution ::
14
18
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ Configuring a Web Server
5
5
========================
6
6
7
7
The 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.
12
13
13
14
When using Apache, you can configure PHP as an
14
15
:ref: `Apache module <web-server-apache-mod-php >` or with FastCGI using
You can’t perform that action at this time.
0 commit comments