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 2397176Copy full SHA for 2397176
configuration/micro_kernel_trait.rst
@@ -319,6 +319,17 @@ this:
319
├─ composer.json
320
└─ composer.lock
321
322
+As before you can use PHP built-in server:
323
+
324
+.. code-block:: bash
325
326
+ cd web/
327
+ $ php -S localhost:8000
328
329
+Then see webpage in browser:
330
331
+ http://localhost:8000/random/10
332
333
Hey, that looks a lot like a *traditional* Symfony application! You're right: the
334
``MicroKernelTrait`` *is* still Symfony: but you can control your structure and
335
features quite easily.
0 commit comments