Skip to content

v5.6.0

Choose a tag to compare

@crynobone crynobone released this 12 Feb 12:30
· 276 commits to master since this release

Added

  • Add Collective\Html\FormBuilder::getModel() method. (@thetar)

Changes

  • Update support to Laravel Framework 5.6.
  • Use strict comparison to check selected values when building select options. (@muvasco)
  • Form method of hidden input '_method' is preserved on next request. (@tortuetorche)
  • Allows Illuminate\Http\Request to be optional. (Victor Isadov)
  • Replace + operator with array_merge() method. (@izniburak)
  • Remove PHP_EOL statements from HTML output. (@nickurt)