From 3659b31ac22205b2c19867ebc3bce55d98b07858 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 9 Jul 2019 09:01:24 +0200 Subject: [PATCH 1/2] Deprecated the WebServerBundle --- setup/built_in_web_server.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/setup/built_in_web_server.rst b/setup/built_in_web_server.rst index 2837c004bd0..bb0f563f0ee 100644 --- a/setup/built_in_web_server.rst +++ b/setup/built_in_web_server.rst @@ -4,16 +4,20 @@ How to Use PHP's built-in Web Server ==================================== +.. deprecated:: 4.4 + + This article explains how to use the WebServerBundle to run Symfony + applications on your local computer. However, that bundle is deprecated + since Symfony 4.4 and will be removed in Symfony 5.0. + + Instead of using WebServerBundle, the preferred way to run your Symfony + applications locally is to use the :doc:`Symfony Local Web Server `. + The PHP CLI SAPI comes with a `built-in web server`_. It can be used to run your PHP applications locally during development, for testing or for application demonstrations. This way, you don't have to bother configuring a full-featured web server such as :doc:`Apache or Nginx `. -.. tip:: - - The preferred way to develop your Symfony application is to use - :doc:`Symfony Local Web Server `. - .. caution:: The built-in web server is meant to be run in a controlled environment. From 676454f16feeef0866454f23f230e1d08264765e Mon Sep 17 00:00:00 2001 From: Amin-Hosseini Date: Tue, 9 Jul 2019 14:28:55 +0430 Subject: [PATCH 2/2] Add https for symfony url --- frontend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.rst b/frontend.rst index 667543b7242..7c1a059c1ab 100644 --- a/frontend.rst +++ b/frontend.rst @@ -117,6 +117,6 @@ Other Front-End Articles .. _`Webpack`: https://webpack.js.org/ .. _`Webpacker`: https://github.com/rails/webpacker .. _`Mix`: https://laravel.com/docs/mix -.. _`Symfony`: http://symfony.com/ +.. _`Symfony`: https://symfony.com/ .. _`Full API`: https://github.com/symfony/webpack-encore/blob/master/index.js .. _`Webpack Encore screencast series`: https://symfonycasts.com/screencast/webpack-encore