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.26.1 - 2023-10-03

v10.26.0 - 2023-10-03

  • [10.x] Convert Expression to string for from in having subqueries by @ikari7789 in (#48525)
  • [10.x] Prevent session:table command from creating duplicates by @jessarcher in (#48602)
  • [10.x] Avoid duplicate code for create table commands by extending new Illuminate\Console\MigrationGeneratorCommand by @crynobone in (#48603)
  • [10.x] Add Closure Type Hinting for Query Builders by @AJenbo in (#48562)

v10.25.2 - 2023-09-28

  • Revert "[10.x] Fix blade failing to compile when mixing inline/block @php directives" by @driesvints in (#48575)

v10.25.1 - 2023-09-27

  • [10.x] Correct parameter type on MakesHttpRequests:followRedirects() by @AJenbo in (#48557)
  • [10.x] Fix firstOrNew on HasManyThrough relations by @tonysm in (#48542)
  • [10.x] Fix "after commit" callbacks not running on nested transactions using RefreshDatabase or DatabaseMigrations by @crynobone in (#48523)
  • [10.x] Use the dedicated key getters in BelongsTo by @iamgergo in (#48509)
  • [10.x] Fix undefined constant STDIN error with Artisan::call during a request by @jessarcher in (#48559)

v10.25.0 - 2023-09-26

  • [10.x] Fix blade failing to compile when mixing inline/block @php directives by @CalebDW in (#48420)
  • [10.x] Disable autoincrement for unsupported column type by @ikari7789 in (#48501)
  • [10.x] Ensure array driver expires values at the expiry time by @timacdonald in (#48497)
  • [10.x] Improve tests for Arr::first and Arr::last by @tamiroh in (#48511)
  • [10.x] Set morph type for MorphToMany pivot model by @gazben in (#48432)
  • [10.x] Revert from using createOrFirst in other *OrCreate methods by @tonysm in (#48531)
  • [10.x] Adds updateOrCreate on HasManyThrough relations regression test by @tonysm in (#48533)
  • [10.x] Adds the firstOrCreate and createOrFirst methods to the HasManyThrough relation by @tonysm in (#48541)