PHP · The Lead · Releases
Laravel 12.69.2 sets Cloud exit code default and fixes closure types
Laravel Framework Releases, September 8, 2026 — Laravel released v12.69.2, a patch on the 12.x branch. It sets a default memoryExceededExitCode for Laravel Cloud and corrects closure return types in withFreshQueryLog() and askWithCompletion(). The release is available on GitHub.
The Laravel team tagged v12.69.2 on the 12.x maintenance branch on September 8, 2026.
The patch contains three changes. Jack Bayliss added a default memoryExceededExitCode value for Laravel Cloud in PR #61432, so workers killed for exceeding memory limits now exit with a defined code. Sander Muller wrapped the closure return type in withFreshQueryLog() in PR #61458 and wrapped the autocompleter callback return type in askWithCompletion() in PR #61487, both corrections to the framework's type annotations.
The release is published on GitHub as an immutable tag. Projects on Laravel 12.x receive the fixes via a routine composer update.
curated by Sönke