File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,16 @@ If you is using Laravel 5.5, the auto discovery feature will make everything for
99
99
{!!Form::open()->formInline(false)!!}
100
100
```
101
101
102
+ #### Multipart form
103
+
104
+ ``` php
105
+ // Changes enctype of form to "multipart/form-data"
106
+ {!!Form::open()->multipart()!!}
107
+
108
+ // You can use FALSE to turn off form multipart
109
+ {!!Form::open()->multipart(false)!!}
110
+ ```
111
+
102
112
#### Fieldset
103
113
104
114
| Param | Type | Default | Description |
@@ -900,4 +910,4 @@ You can use chaining feature to use a lot of settings for each component
900
910
[ ico-version ] : https://img.shields.io/packagist/v/netojose/laravel-bootstrap-4-forms.svg?style=flat-square
901
911
[ ico-downloads ] : https://img.shields.io/packagist/dt/netojose/laravel-bootstrap-4-forms.svg?style=flat-square
902
912
[ link-packagist ] : https://packagist.org/packages/netojose/laravel-bootstrap-4-forms
903
- [ link-downloads ] : https://packagist.org/packages/netojose/laravel-bootstrap-4-forms
913
+ [ link-downloads ] : https://packagist.org/packages/netojose/laravel-bootstrap-4-forms
You can’t perform that action at this time.
0 commit comments