File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed 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
+ .. deprecated :: 4.4
8
+
9
+ This article explains how to use the WebServerBundle to run Symfony
10
+ applications on your local computer. However, that bundle is deprecated
11
+ since Symfony 4.4 and will be removed in Symfony 5.0.
12
+
13
+ Instead of using WebServerBundle, the preferred way to run your Symfony
14
+ applications locally is to use the :doc: `Symfony Local Web Server </setup/symfony_server >`.
15
+
7
16
The PHP CLI SAPI comes with a `built-in web server `_. It can be used to run your
8
17
PHP applications locally during development, for testing or for application
9
18
demonstrations. This way, you don't have to bother configuring a full-featured
10
19
web server such as :doc: `Apache or Nginx </setup/web_server_configuration >`.
11
20
12
- .. tip ::
13
-
14
- The preferred way to develop your Symfony application is to use
15
- :doc: `Symfony Local Web Server </setup/symfony_server >`.
16
-
17
21
.. caution ::
18
22
19
23
The built-in web server is meant to be run in a controlled environment.
You can’t perform that action at this time.
0 commit comments