Skip to content

Commit 60cf817

Browse files
authored
Merge pull request #3 from Procok/patch-1
Added documentation for undocumented feature from Procok:patch-1
2 parents 57518a5 + 2a057f0 commit 60cf817

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ If you is using Laravel 5.5, the auto discovery feature will make everything for
9999
{!!Form::open()->formInline(false)!!}
100100
```
101101

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+
102112
#### Fieldset
103113

104114
| Param | Type | Default | Description |
@@ -900,4 +910,4 @@ You can use chaining feature to use a lot of settings for each component
900910
[ico-version]: https://img.shields.io/packagist/v/netojose/laravel-bootstrap-4-forms.svg?style=flat-square
901911
[ico-downloads]: https://img.shields.io/packagist/dt/netojose/laravel-bootstrap-4-forms.svg?style=flat-square
902912
[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

0 commit comments

Comments
 (0)