Laravel v5.6.14 released

Till Krüss
Laravel Announcements
1 min readMar 28, 2018

If you update your templates now, you won’t have to do it during the v5.7 upgrade.

Added

  • Added SlackMessage::info() method (#23711)
  • Added SessionGuard::logoutOtherDevices() method (9c51e49)

Changed

  • Replaced Blade’s or operator with null-coalescing operator (13f732e)

Fixed

  • Get Blade compiler from engine resolver (#23710)
  • Default to an empty string when validating the URL signatures (#23721)

--

--