Laravie Html Versions Save

🔨 HTML and Form Builders for the Laravel Framework

v7.3.0

2 years ago

Changes

  • Added support for Laravel Framework 9.

v7.2.0

3 years ago

Changes

  • Add support for PHP 8.

v7.1.0

3 years ago

Changes

  • Add support for Laravel Framework v8.

v7.0.0

4 years ago

Changes

  • Update support for Laravel Framework v7.

v6.0.1

4 years ago

Changes

  • Refactors Collective\Html\FormBuilder.

v6.0.0

4 years ago

Changes

  • Update support for Laravel Framework v6.

v5.8.2

4 years ago

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v5.8.1

5 years ago

Changes

  • Proritize given $attributes for Html::favicon() instead of the defaults.

v5.8.0

5 years ago

Changes

  • Update support to Laravel Framework 5.8.
  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v5.7.1

5 years ago

Changes

  • Simplify hasFormMutator method implementation to check against method_exists instead of using ReflectionClass.
  • Force placeholder is not selectable on <select>.
  • Allows '0' as text on <label>.