Laravel Changelog History Search

Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.

v6.0.3 (2019-09-10)

Reverted

Refactoring

  • Converted call_user_func where appropriate to native calls (#29932)
  • Changed imports to Alpha ordering (#29933)

v6.0.2 (2019-09-10)

Changed

  • Used Application::normalizeCachePath() method to define cache path`s (#29890, ac9dbf6)
  • Wrapped MySQL default values in parentheses (#29878)

Fixed

  • Prevent event auto discovery from crashing when trying to instantiate files without php classes (#29895)
  • Fix resolving class command via container (#29869)

v6.0.1 (2019-09-06)

Fixed

  • Fixed Schedule::runInBackground() not fired on Windows (#29826)

Changed

  • Throw Symfony\Component\Routing\Exception\RouteNotFoundException instead of InvalidArgumentException in UrlGenerator::route() (#29861)

Reverted

v6.0.0 (2019-09-03)

Check the upgrade guide in the Official Laravel Upgrade Documentation. Also you can see some release notes in the Official Laravel Release Documentation.

v5.8.35 (2019-09-03)

Added

  • Added support of NOT RLIKE SQL operator (#29788)
  • Added hebrew letters to Str:slug language array (#29838, ba772d6)
  • Added support of php7.4 (#29842)

Fixed

  • Fixed self-referencing MorphOneOrMany existence queries (#29765)

Changed

  • Added note that the GD extension is required for generating images (#29770, #29831)
  • Changed monolog/monolog version to ^1.12 (#29837)