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.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)

v10.48.16 - 2024-07-09

  • [10.x] Fix Http::retry so that throw is respected for call signature Http::retry([1,2], throw: false) by @paulyoungnb in (#52002)
  • [10.x] Set application_name and character set as PostgreSQL DSN string by @sunaoka in (#51985)

v10.48.15 - 2024-07-02

v10.48.14 - 2024-06-21

  • [10.x] Fixes unable to call another command as a initialized instance of Command class by @crynobone in (#51824)
  • [10.x] fix handle shift() on an empty collection by @Treggats in (#51841)
  • [10.x] Ensureschema:dump will dump the migrations table only if it exists by @NickSdot in (#51827)