Skip to content

Commit 03904fe

Browse files
committed
minor #8516 Added about command in debug page (hiddewie)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8516). Discussion ---------- Added about command in debug page Issue #7700. I've added a piece of text only in the debug page. Are there any other pages where this command can be added/explained? It has been added as the first item in the enumeration, because I would assume users want to know general project info first, and then debug some specific things. Commits ------- 5c9b2cb Added about command in debug page
2 parents 659cff4 + 5c9b2cb commit 03904fe

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)