We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae6a4c commit 40d4ae5Copy full SHA for 40d4ae5
page_creation.rst
@@ -63,12 +63,7 @@ random) number and prints it. To do that, create a "Controller class" and a
63
Before diving into this, test it out! If you are using PHP's internal web server
64
go to:
65
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.
+ http://localhost:8000/lucky/number
72
73
If you see a lucky number being printed back to you, congratulations! But before
74
you run off to play the lottery, check out how this works. Remember the two steps
0 commit comments