Skip to content

Tags: servani/html

Tags

v5.7.1

Toggle v5.7.1's commit message
Merge branch '5.6' into 5.7

v5.7

Toggle v5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request LaravelCollective#567 from yajra/patch-57

Add support for Laravel 5.7

v5.6.10

Toggle v5.6.10's commit message
Allow sub-select to be iterable to accept array and collection (Larav…

…elCollective#540)

v5.6.9

Toggle v5.6.9's commit message
Can set class attribute in array. (LaravelCollective#521)

In case of you want to add class by condition.

```
Form::text('name', null, ['class' => [
    'form-control-,
    $error ? 'is-invalid' : '',
]]);
```

v5.6.8

Toggle v5.6.8's commit message
Add range, month, week. (LaravelCollective#520)

* Added range, month, week.

* Added URL test.

* Removed duplicate function testFormFile.

v5.6.7

Toggle v5.6.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update to PHPUnit 7.1 (LaravelCollective#511)

v5.6.6

Toggle v5.6.6's commit message
Fix the issue where defaults has a higher priority then the attributes (

LaravelCollective#509)

v5.5.4

Toggle v5.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json

v5.6.5

Toggle v5.6.5's commit message
Placeholder for select element not hidden anymore (LaravelCollective#493

) (LaravelCollective#499)

* Placeholder for select element not hidden anymore (LaravelCollective#493)

* Fix tests for placeholder select element without hidden attribue

v5.6.4

Toggle v5.6.4's commit message
Placeholder for select element not hidden anymore (LaravelCollective#493

) (LaravelCollective#499)

* Placeholder for select element not hidden anymore (LaravelCollective#493)

* Fix tests for placeholder select element without hidden attribue