Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: paramdhal/html

Tags

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

v5.6.3

Toggle v5.6.3's commit message
[5.6] Validation in select field for boolean value of selected option (

…LaravelCollective#491)

v5.5.3

Toggle v5.5.3's commit message
[5.5] Validation in select field for boolean value of selected option (

…LaravelCollective#490)

* [5.5] Validation in select field for boolean value of selected option

* Adjustment

v5.6.2

Toggle v5.6.2's commit message
[5.6] Form method of hidden input '_method' is preserved on next requ…

…est (LaravelCollective#486)

* Form method of hidden input '_method' is preserved on next request

E.G. When you submitted data across a form with a 'PATCH' method and then in a second submit you use a form with a 'DELETE' method, the FormBuilder::getValueAttribute() method use the previous value of the hidden input '_method'.
So the value is replaced by 'PATCH' instead of the 'DELETE' value.

* Drop PHP 7.1 and add PHP 7.2 in Travis CI config

Because Laravel 5.6 require at least PHP 7.1.3

* Fix PHP 7.2 Warning with count()

Otherwise a PHP Warning is thrown:
count(): Parameter must be an array or an object that implements Countable

See http://php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types

* Bump Mockery version to support PHP 7.2

v5.6.1

Toggle v5.6.1's commit message
[5.6] Form method of hidden input '_method' is preserved on next requ…

…est (LaravelCollective#486)

* Form method of hidden input '_method' is preserved on next request

E.G. When you submitted data across a form with a 'PATCH' method and then in a second submit you use a form with a 'DELETE' method, the FormBuilder::getValueAttribute() method use the previous value of the hidden input '_method'.
So the value is replaced by 'PATCH' instead of the 'DELETE' value.

* Drop PHP 7.1 and add PHP 7.2 in Travis CI config

Because Laravel 5.6 require at least PHP 7.1.3

* Fix PHP 7.2 Warning with count()

Otherwise a PHP Warning is thrown:
count(): Parameter must be an array or an object that implements Countable

See http://php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types

* Bump Mockery version to support PHP 7.2

v5.6

Toggle v5.6's commit message
Added Laravel 5.6 stable support (LaravelCollective#484)

* Laravel 5.6 stable support

* fixed bug where opt group attributes where passed to option, added opt group attributes to opt group

* dropped php 7.0 because Laravel minimum requirement is now php 7.1.3

v5.5.2

Toggle v5.5.2's commit message
[5.6] Form method of hidden input '_method' is preserved on next requ…

…est (LaravelCollective#486)

* Form method of hidden input '_method' is preserved on next request

E.G. When you submitted data across a form with a 'PATCH' method and then in a second submit you use a form with a 'DELETE' method, the FormBuilder::getValueAttribute() method use the previous value of the hidden input '_method'.
So the value is replaced by 'PATCH' instead of the 'DELETE' value.

* Drop PHP 7.1 and add PHP 7.2 in Travis CI config

Because Laravel 5.6 require at least PHP 7.1.3

* Fix PHP 7.2 Warning with count()

Otherwise a PHP Warning is thrown:
count(): Parameter must be an array or an object that implements Countable

See http://php.net/manual/en/migration72.incompatible.php#migration72.incompatible.warn-on-non-countable-types

* Bump Mockery version to support PHP 7.2

v5.5.1

Toggle v5.5.1's commit message
Merge branch '5.4' into 5.5

v5.5

Toggle v5.5's commit message
Merge pull request LaravelCollective#409 from cmizzi/master

Use stable laravel 5.5 version
Morty Proxy This is a proxified and sanitized view of the page, visit original site.