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.

v10.48.8 - 2024-04-17

  • [10.x] Fix error when using orderByRaw() in query before using cursorPaginate() by @axlon in (#51023)

v10.48.7 - 2024-04-10

v10.48.6 - 2024-04-10

  • [10.x] Added eachById and chunkByIdDesc to BelongsToMany by @lonnylot in (#50991)

v10.48.5 - 2024-04-09

  • [10.x] Prevent Redis connection error report flood on queue worker by @kasus in (#50812)
  • [10.x] Laravel 10x optional withSize for hasTable by @apspan in (#50888)
  • [10.x] Add serializeAndRestore() to NotificationFake by @dbpolito in (#50935)

v10.48.4 - 2024-03-21

  • [10.x] Fix Collection::concat() return type by @axlon in (#50669)