Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit37e288e

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Replace an URL by a URL feat(symfony-cli): add "symfony proxy:url" command usage Mark some Symfony CLI feature as experimental
2 parents367bf3c +3908807 commit37e288e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

‎components/dom_crawler.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ the whole form or specific field(s)::
635635
Resolving a URI
636636
~~~~~~~~~~~~~~~
637637

638-
The:class:`Symfony\\Component\\DomCrawler\\UriResolver` class takesan URI
638+
The:class:`Symfony\\Component\\DomCrawler\\UriResolver` class takesa URI
639639
(relative, absolute, fragment, etc.) and turns it into an absolute URI against
640640
another given base URI::
641641

‎reference/configuration/framework.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@ package:
22852285

22862286
..note::
22872287

2288-
Ifan URL is set, the JSON manifest is downloaded on each request using the `http_client`_.
2288+
Ifa URL is set, the JSON manifest is downloaded on each request using the `http_client`_.
22892289

22902290
.. _reference-assets-strict-mode:
22912291

‎setup/symfony_server.rst‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,14 @@ domains work:
237237

238238
..code-block::terminal
239239
240-
$ https_proxy=http://127.0.0.1:7080 curl https://my-domain.wip
240+
# Example with curl
241+
$ https_proxy=$(symfony proxy:url) curl https://my-domain.wip
242+
243+
# Example with Blackfire and curl
244+
$ https_proxy=$(symfony proxy:url) blackfire curl https://my-domain.wip
245+
246+
# Example with Cypress
247+
$ https_proxy=$(symfony proxy:url) ./node_modules/bin/cypress open
241248
242249
..note::
243250

@@ -280,6 +287,11 @@ server provides a ``run`` command to wrap them as follows:
280287
Configuring Workers
281288
-------------------
282289

290+
..caution::
291+
292+
This feature is experimental and could change or be removed at any time
293+
without prior notice.
294+
283295
If you like some processes to start automatically, along with the webserver
284296
(``symfony server:start``), add a configuration file to your project:
285297

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp