Improve comments in application/routes.php.

This commit is contained in:
Taylor Otwell 2011-07-28 14:17:35 -05:00
parent 1840989484
commit 3698315dc9
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
| Here is the public API of your application. To add functionality to your | Here is the public API of your application. To add functionality to your
| application, you just add to the array located in this file. | application, you just add to the array located in this file.
| |
| It's a breeze. Simply tell Laravel the HTTP verbs and request URIs it | Simply tell Laravel the HTTP verbs and request URIs it should respond to.
| should respond to. The GET, POST, PUT, and DELETE verbs are all | You may respond to the GET, POST, PUT, or DELETE verbs. Enjoy the simplicity
| recognized by the Laravel routing system. | and elegance of RESTful routing.
| |
| Here is how to respond to a simple GET request to http://example.com/hello: | Here is how to respond to a simple GET request to http://example.com/hello:
| |