File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ other features that sooner or later you'll need when developing web projects.
11
11
Moreover, the server is not tied to Symfony and you can also use it with any
12
12
PHP application and even with HTML or single page applications.
13
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 accessible on local network without
19
- consent.
20
-
21
14
Installation
22
15
------------
23
16
@@ -507,6 +500,12 @@ its location, same as for ``docker-compose``:
507
500
``symfony console doctrine:database:drop --force --env=test ``, the command will drop the database
508
501
defined in your Docker configuration and not the "test" one.
509
502
503
+ .. caution ::
504
+
505
+ Similar to other web servers, this tool automatically exposes all environment
506
+ variables available in the CLI context. Ensure that this local server is not
507
+ accessible on your local network without consent you avoid security issues.
508
+
510
509
Platform.sh Integration
511
510
-----------------------
512
511
You can’t perform that action at this time.
0 commit comments