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.23 - 2024-11-12

  • [10.x] Ensure headers are only attached to illuminate responses by @timacdonald in (#53019)
  • [10.x] Fix append and prepend batch to chain by @Bencute in (#53455)

v10.48.20 - 2024-08-09

  • [10.x] fix: prevent casting empty string to array from triggering json error by @calebdw in (#52415)

v10.48.19 - 2024-08-06

  • Add compatible query type to Model::resolveRouteBindingQuery by @sebj54 in (#52339)
  • [10.x] Fix Factory::afterCreating callable argument type by @villfa in (#52335)
  • [10.x] In MySQL, harvest last insert ID immediately after query is executed by @piurafunk in (#52390)

v10.48.18 - 2024-07-30

  • [10.x] Fix runPaginationCountQuery not working properly for union queries by @chinleung in (#52314)

v10.48.17 - 2024-07-23

  • [10.x] Fix PHP_CLI_SERVER_WORKERS warning by suppressing it by @pelomedusa in (#52094)