Skip to content

Commit 3659b31

Browse files
committed
Deprecated the WebServerBundle
1 parent f7fa0d1 commit 3659b31

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

setup/built_in_web_server.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@
44
How 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+
716
The PHP CLI SAPI comes with a `built-in web server`_. It can be used to run your
817
PHP applications locally during development, for testing or for application
918
demonstrations. This way, you don't have to bother configuring a full-featured
1019
web 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.

0 commit comments

Comments
 (0)