diff --git a/readme.md b/readme.md index a9bdef26..a93a799a 100644 --- a/readme.md +++ b/readme.md @@ -146,6 +146,8 @@ All you need to do is tell Laravel the request methods and URIs it should respon // Handles GET requests to http://example.com/index.php/home }, + + 'PUT /user/update' => function() { // Handles PUT requests to http://example.com/index.php/user/update