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.

v7.29.1 (2020-10-29)

Fixed

  • Fixed alias usage in Eloquent (6091048)
  • Fixed Illuminate\Support\Reflector::isCallable() (a90f344)

v7.29.0 (2020-10-29)

Added

Changed

  • Bump minimum PHP version to v7.2.5 (#34928)

Fixed

  • Fixed ambigious column on many to many with select load (5007986)

v7.28.4 (2020-10-06)

Fixed

  • Added missed RESET_THROTTLED constant to Password Facade (#34641)

v7.28.3 (2020-09-17)

Fixed

  • Fixed problems with dots in validator (#34355)

v7.28.2 (2020-09-15)

Fixed

  • Do not used now helper in Illuminate/Cache/DatabaseLock::expiresAt() (#34262)
  • Fixed Illuminate\View\ComponentAttributeBag::whereDoesntStartWith() (#34329)