8000 Postpone talk about front controllers · symfony/symfony-docs@40d4ae5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40d4ae5

Browse files
authored
Postpone talk about front controllers
1 parent 0ae6a4c commit 40d4ae5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

page_creation.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,7 @@ random) number and prints it. To do that, create a "Controller class" and a
6363
Before diving into this, test it out! If you are using PHP's internal web server
6464
go to:
6565

66-
http://localhost:8000/app_dev.php/lucky/number
67-
68-
.. tip::
69-
70-
If you're using the built-in PHP web-server, you can omit the ``app_dev.php``
71-
part of the URL.
66+
http://localhost:8000/lucky/number
7267

7368
If you see a lucky number being printed back to you, congratulations! But before
7469
you run off to play the lottery, check out how this works. Remember the two steps

0 commit comments

Comments
 (0)
0