Laravel 5.6.3 is available as of Friday, which reverts an issue with a previous 5.6 release and updates Vue and React presets to Bootstrap 4. A couple of releases went out last week following the big release of Laravel 5.6 at Laracon Online 2018 on February 8th. You can find the release notes at the end of this article.
As a quick aside: Laravel is also the top spot for backend frameworks trending on GitHub ????! If you haven’t starred Laravel on GitHub, now’s as good a time as any!
Okay, back to the release notes. The latest 5.6 releases only contain a few changes, but it’s worth noting that you should update to the most recent 5.6 version which includes a few reverts and fixes since the 5.6.0 release.
Here are the full release notes of Laravel 5.6.1, 5.6.2, and 5.6.3:
v5.6.3 (2018-02-09)
Fixed
- Fixed an issue in
TestResponse::assertSessionHasErrors()
(#23093) - Update Vue and React presets to Bootstrap v4 (8a9c5c4)
v5.6.2 (2018-02-08)
Changed
- Support customization of schedule mutex cache store (20e2919)
Fixed
v5.6.1 (2018-02-08)
Added
- Added Slack attachment pretext attribute (#23075)
Changed
- Added missing nested joins in
Grammar::compileJoins()
(#23059) - Improved session errors assertions in
TestResponse::assertSessionHasErrors()
(#23055)
Fixed
- Fixed
BelongsToMany
pivot relation wakeup (#23081)
Removed
- Removed monolog configurator (#23078)
Full stack web developer. Author of Lumen Programming Guide and Docker for PHP Developers.