Laravel v5.6.17 released

Till Krüss
Laravel Announcements
1 min readApr 17, 2018

--

This release locks the Carbon version to 1.25.* to avoid conflicts with their own macros for now.

Added

  • Added helpers for subquery joins (#23818)

Changed

  • Allow PendingResourceRegistration to be fluently registered (#23890)
  • Allow asserting an integer with assertSee*() (#23892)
  • Allow passing Collection to Rule::in() and Rule::notIn() (#23875)

Fixed

  • Lock Carbon version at 1.25.* (27b8844)

Removed

  • Removed form error for password confirmation (#23887)

--

--