diff --git a/debug/debugging.rst b/debug/debugging.rst index 18c0066d22f..22abb4be673 100644 --- a/debug/debugging.rst +++ b/debug/debugging.rst @@ -68,6 +68,10 @@ When developing a large application, it can be hard to keep track of all the different services, routes and translations. Luckily, Symfony has some commands that can help you visualize and find the information. +``about`` + Shows information about the current project, such as the Symfony version, + the Kernel and PHP. + ``debug:container`` Displays information about the contents of the Symfony container for all public services. To find only those matching a name, append the name as an argument.