Skip to content

fixed app/console #7106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 63 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
26fdbe0
[Console] Adapt doc for easier testing of commands needing user inputs
chalasr May 28, 2016
173033b
feature #6623 [Console] Adapt doc for easier testing of commands need…
xabbuh Jun 30, 2016
6e4b3a0
[#6623] fix note directive
xabbuh Jun 30, 2016
872bf93
Merge branch '3.1'
xabbuh Jun 30, 2016
5ac8bb3
Merge branch '3.1'
wouterj Jul 1, 2016
34a3166
Routes should be just imported, not mounted
OndraM May 25, 2016
a8a58f7
Merge branch '3.1'
wouterj Jul 2, 2016
3150d2a
added June changelog
wouterj Jul 2, 2016
47bae3b
bug #6708 Routes should be just imported, not mounted (OndraM)
wouterj Jul 4, 2016
669c640
Merge branch '3.1'
wouterj Jul 4, 2016
66fc746
Merge branch '3.1'
wouterj Jul 5, 2016
70cbce1
Merge branch '3.1'
wouterj Jul 8, 2016
3fe2f1d
Merge branch '3.1'
wouterj Jul 8, 2016
39dfbe5
Merge branch '3.1'
wouterj Jul 8, 2016
be5e951
Document the file() controller helper
javiereguiluz Jul 8, 2016
b0b774a
feature #6737 Document the file() controller helper (javiereguiluz)
wouterj Jul 9, 2016
d40985d
[#6737] Fix CS
wouterj Jul 9, 2016
dbaf02c
Merge branch '3.1'
weaverryan Jul 10, 2016
86bb5ac
Fix web/front.php
ranqiangjun Jul 11, 2016
cf68ca7
Merge branch '3.1'
wouterj Jul 13, 2016
d0d6ac4
Merge branch '3.1'
weaverryan Jul 14, 2016
84ac92d
bootstrapping workflow docs
weaverryan Jul 14, 2016
d0ec57e
minor #86 bootstrapping Workflow component docs (weaverryan)
javiereguiluz Jul 15, 2016
3a94824
Minor fixes for the workflow component
javiereguiluz Jul 15, 2016
ae6d6dd
Merge branch '3.1'
wouterj Jul 15, 2016
d0f0072
Merge branch '3.1'
wouterj Jul 15, 2016
1a05686
Merge branch '3.1'
wouterj Jul 15, 2016
b9531fc
Merge branch '3.1'
wouterj Jul 15, 2016
53e29cf
fix version number
xabbuh Jul 15, 2016
a6ae33b
Merge branch '3.1'
wouterj Jul 16, 2016
a9ce0ea
Merge branch '3.1'
wouterj Jul 16, 2016
fb27875
Merge branch '3.1'
xabbuh Jul 20, 2016
d6ec754
Merge branch '3.1'
xabbuh Jul 20, 2016
8204b4f
Merge remote-tracking branch 'mercury/master'
xabbuh Jul 21, 2016
1b532b1
Merge branch '3.1'
xabbuh Jul 21, 2016
299d3b4
Merge branch '3.1'
xabbuh Jul 28, 2016
fb24c74
minor #6748 Fix web/front.php (ranqiangjun)
weaverryan Aug 2, 2016
b97d442
Merge branch '3.1'
weaverryan Aug 2, 2016
c7156e4
Merge branch '3.1'
wouterj Aug 5, 2016
e1f83cc
Merge branch '3.1'
wouterj Aug 5, 2016
42d7888
Added July changelog
wouterj Aug 5, 2016
da458d5
Merge branch '3.1'
wouterj Aug 11, 2016
a7f704c
Merge branch '3.1'
wouterj Aug 17, 2016
c04ac56
Merge branch '3.1'
weaverryan Aug 20, 2016
626ab4f
Merge branch '3.1'
weaverryan Aug 21, 2016
f78d06b
Merge branch '3.1'
wouterj Aug 28, 2016
f0fe739
[WCM][Config] Add ExprBuilder::ifEmpty()
ogizanagi Aug 27, 2016
46825ab
[Bridge/PhpUnit] doc bin/simple-phpunit
nicolas-grekas Sep 12, 2016
c600921
Making changes thanks to Javier!
weaverryan Sep 15, 2016
b386600
feature #6962 [Bridge/PhpUnit] doc bin/simple-phpunit (nicolas-grekas…
weaverryan Sep 15, 2016
8126206
minor #6922 [Config] Add ExprBuilder::ifEmpty() (ogizanagi)
weaverryan Sep 18, 2016
9ad9fba
fixed app/console
andreybolonin Oct 31, 2016
282da61
[Console] Adapt doc for easier testing of commands needing user inputs
chalasr May 28, 2016
6f3e28f
[#6623] fix note directive
xabbuh Jun 30, 2016
798cffa
added June changelog
wouterj Jul 2, 2016
9dc9454
bootstrapping workflow docs
weaverryan Jul 14, 2016
59a5287
Minor fixes for the workflow component
javiereguiluz Jul 15, 2016
4904b12
fix version number
xabbuh Jul 15, 2016
9a99dca
Added July changelog
wouterj Aug 5, 2016
162ba20
[WCM][Config] Add ExprBuilder::ifEmpty()
ogizanagi Aug 27, 2016
6bb16d0
[Bridge/PhpUnit] doc bin/simple-phpunit
nicolas-grekas Sep 12, 2016
7f4a82f
Making changes thanks to Javier!
weaverryan Sep 15, 2016
d04f737
Merge branch 'master' of github.com:andreybolonin/symfony-docs
andreybolonin Nov 2, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions cookbook/configuration/micro-kernel-trait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,12 @@ to hold the kernel. Now it looks like this::
{
// import the WebProfilerRoutes, only if the bundle is enabled
if (isset($this->bundles['WebProfilerBundle'])) {
$routes->mount('/_wdt', $routes->import('@WebProfilerBundle/Resources/config/routing/wdt.xml'));
$routes->mount('/_profiler', $routes->import('@WebProfilerBundle/Resources/config/routing/profiler.xml'));
$routes->import('@WebProfilerBundle/Resources/config/routing/wdt.xml', '/_wdt');
$routes->import('@WebProfilerBundle/Resources/config/routing/profiler.xml', '/_profiler');
}

// load the annotation routes
$routes->mount(
'/',
$routes->import(__DIR__.'/../src/App/Controller/', '/', 'annotation')
);
$routes->import(__DIR__.'/../src/App/Controller/', '/', 'annotation');
}
}

Expand Down