Skip to content
Merged
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion cookbook/configuration/micro-kernel-trait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template liv
at ``app/Resources/views/micro/random.html.twig``.

Finally, you need a front controller to boot and run the application. Create a
``web/index.php``:
``web/index.php``::

// web/index.php

Expand Down