Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0964766

Browse filesBrowse files
committed
minor #11377 Switch the prefered local web server to the Symfony one (fabpot)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #11377). Discussion ---------- Switch the prefered local web server to the Symfony one I'm targeting 4.2 instead of 3.4 as the Symfony web server PR (#11207) was merged into 4.2 for a reason I don't understand. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- ff8b8bf switched the prefered local web server to the Symfony one
2 parents 6c70951 + ff8b8bf commit 0964766
Copy full SHA for 0964766

File tree

Expand file treeCollapse file tree

3 files changed

+14
-15
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+14
-15
lines changed

‎frontend/encore/dev-server.rst

Copy file name to clipboardExpand all lines: frontend/encore/dev-server.rst
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ by the normal `webpack-dev-server`_. For example:
2626
2727
This will start a server at ``https://localhost:9000``.
2828

29-
.. note::
30-
31-
This Webpack server is independent from
32-
:doc:`Symfony's development web server </setup/built_in_web_server>` and
33-
you need to run both separately.
34-
3529
Using dev-server inside a VM
3630
----------------------------
3731

‎setup/built_in_web_server.rst

Copy file name to clipboardExpand all lines: setup/built_in_web_server.rst
+9-5Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
How to Use PHP's built-in Web Server
55
====================================
66

7-
Since PHP 5.4 the CLI SAPI comes with a `built-in web server`_. It can be used
8-
to run your PHP applications locally during development, for testing or for
9-
application demonstrations. This way, you don't have to bother configuring
10-
a full-featured web server such as
11-
:doc:`Apache or Nginx </setup/web_server_configuration>`.
7+
The PHP CLI SAPI comes with a `built-in web server`_. It can be used to run your
8+
PHP applications locally during development, for testing or for application
9+
demonstrations. This way, you don't have to bother configuring a full-featured
10+
web server such as :doc:`Apache or Nginx </setup/web_server_configuration>`.
11+
12+
.. tip::
13+
14+
The preferred way to develop your Symfony application is to use
15+
:doc:`Symfony Local Web Server </setup/symfony_server>`.
1216

1317
.. caution::
1418

‎setup/web_server_configuration.rst

Copy file name to clipboardExpand all lines: setup/web_server_configuration.rst
+5-4Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Configuring a Web Server
55
========================
66

77
The preferred way to develop your Symfony application is to use
8-
:doc:`PHP's internal web server </setup/built_in_web_server>`. However,
9-
when using an older PHP version or when running the application in the production
10-
environment, you'll need to use a fully-featured web server. This article
11-
describes several ways to use Symfony with Apache or Nginx.
8+
:doc:`Symfony Local Web Server </setup/symfony_server>`.
9+
10+
However, when running the application in the production environment, you'll need
11+
to use a fully-featured web server. This article describes several ways to use
12+
Symfony with Apache or Nginx.
1213

1314
When using Apache, you can configure PHP as an
1415
:ref:`Apache module <web-server-apache-mod-php>` or with FastCGI using

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.