We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcfd52 commit e684aa3Copy full SHA for e684aa3
laravel/documentation/views/forms.md
@@ -6,6 +6,7 @@
6
- [CSRF Protection](#csrf-protection)
7
- [Labels](#labels)
8
- [Text, Text Area, Password & Hidden Fields](#text)
9
+- [File Input](#file)
10
- [Checkboxes and Radio Buttons](#checkboxes-and-radio-buttons)
11
- [Drop-Down Lists](#drop-down-lists)
12
- [Buttons](#buttons)
@@ -114,6 +115,13 @@ Laravel provides an easy method of protecting your application from cross-site r
114
115
116
> **Note:** The *radio* method has the same signature as the *checkbox* method. Two for one!
117
118
+<a name="file"></a>
119
+## File Input
120
+
121
+#### Generate a file input element:
122
123
+ echo Form::file('image');
124
125
<a name="drop-down-lists"></a>
126
## Drop-Down Lists
127
0 commit comments