Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Mention that you need a config/ dir for MicroKernelTrait
  • Loading branch information
javiereguiluz committed Jun 18, 2024
2 parents b7fe8d4 + 271a30c commit 548edd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configuration/micro_kernel_trait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ Next, create an ``index.php`` file that defines the kernel class and runs it:

The PHP attributes notation has been introduced in Symfony 6.1.

.. note::

In addition to the ``index.php`` file, you'll need to create a directory called
``config/`` in your project (even if it's empty because you define the configuration
options inside the ``configureContainer()`` method).

That's it! To test it, start the :doc:`Symfony Local Web Server
</setup/symfony_server>`:

Expand Down

0 comments on commit 548edd0

Please sign in to comment.