We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425563d commit c43a91fCopy full SHA for c43a91f
setup/symfony_server.rst
@@ -11,6 +11,13 @@ other features that sooner or later you'll need when developing web projects.
11
Moreover, the server is not tied to Symfony and you can also use it with any
12
PHP application and even with HTML or single page applications.
13
14
+.. caution::
15
+
16
+ This server will automatically expose all environment variables available
17
+ in the CLI tool context, **which can lead to security issues**.
18
+ One should assert that its server is not accesible on local network without
19
+ consent.
20
21
Installation
22
------------
23
0 commit comments