From e15de80bf914e693a042336c7ceca505309268eb Mon Sep 17 00:00:00 2001 From: Hidde Wieringa Date: Sat, 14 Oct 2017 16:22:48 +0200 Subject: [PATCH] Added about command in debug page --- debug/debugging.rst | 4 ++++ 1 file changed, 4 insertions(+) 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.