Skip to content

Commit 6871a61

Browse files
committed
[symfony#10461] Add docs about custom environment
1 parent 2193f3d commit 6871a61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ protected function configure()
6666
router script using <info>--router</info> option:
6767
6868
<info>%command.full_name% --router=app/config/router.php</info>
69+
70+
Specifing a router script is required when the used environment is not "dev" or
71+
"prod".
6972
7073
See also: http://www.php.net/manual/en/features.commandline.webserver.php
7174
EOF

0 commit comments

Comments
 (0)