From 3d947253f21b1b7a18d41e50960dc476adb21f64 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 3 Jul 2015 10:46:30 -0500 Subject: [PATCH] work on docs --- helpers.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/helpers.md b/helpers.md index 63f26708634..8951e320e8a 100644 --- a/helpers.md +++ b/helpers.md @@ -693,9 +693,11 @@ The `factory` function creates a model factory builder for a given class, name, #### `method_field()` {#collection-method} -The `method_field` function generates an HTML `hidden` input field containing the spoofed value of the form type. For example, using [Blade syntax](/docs/{{version}}/blade): +The `method_field` function generates an HTML `hidden` input field containing the spoofed value of the form's HTTP verb. For example, using [Blade syntax](/docs/{{version}}/blade): - {!! method_field('delete') !!} +
+ {!! method_field('delete') !!} +
#### `old()` {#collection-method}