We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5adc30 commit 47b94f7Copy full SHA for 47b94f7
configuration/micro_kernel_trait.rst
@@ -276,6 +276,18 @@ Template files should live in the ``Resources/views`` directory of whatever dire
276
your *kernel* lives in. Since ``AppKernel`` lives in ``app/``, this template lives
277
at ``app/Resources/views/micro/random.html.twig``.
278
279
+.. code-block:: html+twig
280
+
281
+ <!DOCTYPE html>
282
+ <html>
283
+ <head>
284
+ <title>Random action</title>
285
+ </head>
286
+ <body>
287
+ <p>{{ number }}</p>
288
+ </body>
289
+ </html>
290
291
Finally, you need a front controller to boot and run the application. Create a
292
``web/index.php``::
293
0 commit comments