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 44How to Use PHP's built-in Web Server
55====================================
66
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+
716The PHP CLI SAPI comes with a `built-in web server `_. It can be used to run your
817PHP applications locally during development, for testing or for application
918demonstrations. This way, you don't have to bother configuring a full-featured
1019web server such as :doc: `Apache or Nginx </setup/web_server_configuration >`.
1120
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-
1721.. caution ::
1822
1923 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