Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
091dec60
Commit
091dec60
authored
Aug 01, 2011
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify which path to visit to see the first response
quite a few people went to `/` and got a 404.
parent
3c38c746
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/intro.rst
doc/intro.rst
+2
-1
No files found.
doc/intro.rst
View file @
091dec60
...
...
@@ -39,7 +39,8 @@ Next we define a route to ``/hello/{name}`` that matches for ``GET``
requests. When the route matches, the function is executed and the return
value is sent back to the client.
Finally, the app is run. It's really that easy!
Finally, the app is run. Visit ``/hello/world`` to see the result.
It's really that easy!
Installing Silex is as easy as it can get. Download the `silex.phar`_ file
and you're done!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment