Skip to content

Commit 5c9b2cb

Browse files
hiddewiexabbuh
authored andcommitted
Added about command in debug page
1 parent 659cff4 commit 5c9b2cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

debug/debugging.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ When developing a large application, it can be hard to keep track of all the
7373
different services, routes and translations. Luckily, Symfony has some commands
7474
that can help you visualize and find the information.
7575

76+
``about``
77+
Shows information about the current project, such as the Symfony version,
78+
the Kernel and PHP.
79+
7680
``debug:container``
7781
Displays information about the contents of the Symfony container for all public
7882
services. To find only those matching a name, append the name as an argument.

0 commit comments

Comments
 (0)