Laravel v6.6.2 released

Laravel v6.6.2 is released in 2019/12/05, here are the changes we`ve merged into this release.

Added

  • Added Illuminate\Support\Facades\Facade::partialMock() method (#30754)
  • Added of support retryAfter option on queued listeners (#30743)

Fixed

  • Fixed zero parameter for routes (#30768)

Changed

  • Changed getAllViews() method visibility from protected to public in all schema builders (#30757)

GitHub: https://github.com/laravel/framework/releases/tag/v6.6.2

Keep reading

AnnouncementFeb 5, 2026

Introducing the Laravel AI SDK

Build AI-powered Laravel applications with a unified SDK. Generate text, images, audio, and more across OpenAI, Anthropic, and other providers with clean, organized code.

Laravel Team