Skip to content

Commit cea2b3d

Browse files
committed
Merge branch '4.4'
* 4.4: Add https for symfony url Deprecated the WebServerBundle
2 parents 9ed9d12 + b33f1ab commit cea2b3d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

frontend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ Other Front-End Articles
109109
.. _`Webpack`: https://webpack.js.org/
110110
.. _`Webpacker`: https://github.com/rails/webpacker
111111
.. _`Mix`: https://laravel.com/docs/mix
112-
.. _`Symfony`: http://symfony.com/
112+
.. _`Symfony`: https://symfony.com/
113113
.. _`Full API`: https://github.com/symfony/webpack-encore/blob/master/index.js
114114
.. _`Webpack Encore screencast series`: https://symfonycasts.com/screencast/webpack-encore

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)