Skip to content

Commit 02c1563

Browse files
committed
[doc] mention documentation about generating urls in the console
Fix #113
1 parent 0297a4d commit 02c1563

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/doc/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ Or inside assetic, do
201201
<script src="{{ asset_url }}"></script>
202202
{% endJavaScripts %}
203203

204+
**Important:** you should follow the Symfony documentation about generating URLs
205+
in the console: [Configuring The Request Context
206+
Globally](http://symfony.com/doc/current/cookbook/console/sending_emails.html#configuring-the-request-context-globally).
204207

205208
*Hint*: If you are using JMSI18nRoutingBundle, you need to run the command with
206209
the `--locale` parameter once for each locale you use and adjust your include paths

0 commit comments

Comments
 (0)