Commit 3698315d authored by Taylor Otwell's avatar Taylor Otwell

Improve comments in application/routes.php.

parent 18409894
...@@ -10,9 +10,9 @@ return array( ...@@ -10,9 +10,9 @@ return array(
| 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:
| |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment