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.0.0 (2023-02-14)

Please consult the upgrade guide and release notes in the official Laravel documentation.

v9.52.10 - 2023-06-27

  • Fixes unable to use trans()->has() on JSON language files by @crynobone in (#47582)

v9.52.9 - 2023-06-08

v9.52.8 - 2023-05-30

Fixed

  • Fixed escaped String for JSON_CONTAINS (#47244)

Changed

  • Send along value to InvalidPayloadException (#47223)

v9.52.7 - 2023-04-25

Changed

  • Make rules method in FormRequest optional (#46846)