diff --git a/app/Front/Docs/Content/framework/03-controllers.md b/app/Front/Docs/Content/framework/03-controllers.md index 5ae1c4c8..f7849517 100644 --- a/app/Front/Docs/Content/framework/03-controllers.md +++ b/app/Front/Docs/Content/framework/03-controllers.md @@ -13,6 +13,9 @@ Out of the box, these `Route` attributes are available: - `\Tempest\Http\Route` - `\Tempest\Http\Get` - `\Tempest\Http\Post` +- `\Tempest\Http\Delete` +- `\Tempest\Http\Put` +- `\Tempest\Http\Patch` You can use them like so: