8000 "Creating Pages" not responsive by githubfromgui · Pull Request #17190 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

"Creating Pages" not responsive #17190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions page_creation.rst
59C5
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,13 @@ To get a list of *all* of the routes in your system, use the ``debug:router`` co

You should see your ``app_lucky_number`` route in the list:

================== ======== ======== ====== ===============
Name Method Scheme Host Path
================== ======== ======== ====== ===============
app_lucky_number ANY ANY ANY /lucky/number
================== ======== ======== ====== ===============
.. code-block:: terminal

---------------- ------- ------- ----- --------------
Name Method Scheme Host Path
---------------- ------- ------- ----- --------------
app_lucky_number ANY ANY ANY /lucky/number
---------------- ------- ------- ----- --------------

You will also see debugging routes besides ``app_lucky_number`` -- more on
the debugging routes in the next section.
Expand Down
0