Laravel v5.6.20 released

Till Krüss
Laravel Announcements
1 min readMay 3, 2018

Just another Laravel release.

Added

  • Support passing Response and Responsable to abort() (4e29889)
  • Added pingBeforeIf and thenPingIf methods to task scheduler (#24077, 1bf54d2)
  • Added withDefault() support to MorphTo relationships (#24061)

Fixed

  • Fixed URL generator when request has base path (#24074)

--

--