File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,13 @@ This allows you to quickly build forms that not only bind to model values, but e
109
109
110
110
** Generating Other Inputs**
111
111
112
- echo Form::search ($name, $value = null, $attributes = array());
112
+ echo Form::date ($name, $value = null, $attributes = array());
113
113
echo Form::email($name, $value = null, $attributes = array());
114
+ echo Form::file($name, $attributes = array());
115
+ echo Form::number($name, $value = null, $attributes = array());
116
+ echo Form::search($name, $value = null, $attributes = array());
114
117
echo Form::telephone($name, $value = null, $attributes = array());
115
118
echo Form::url($name, $value = null, $attributes = array());
116
- echo Form::number($name, $value = null, $attributes = array());
117
- echo Form::date($name, $value = null, $attributes = array());
118
- echo Form::file($name, $attributes = array());
119
119
120
120
<a name =" checkboxes-and-radio-buttons " ></a >
121
121
## Checkboxes and Radio Buttons
You can’t perform that action at this time.
0 commit comments