Skip to content

v2.0.0 — Laravel 12 & PHP 8.4 Support**

Choose a tag to compare

@BrunosCode BrunosCode released this 18 Mar 17:19
· 1 commit to laravel12 since this release

Breaking change: Laravel 10 is no longer supported. Please upgrade to Laravel 11 or 12.


What's new

  • Laravel 12 support
  • PHP 8.4 support
  • Updated larastan to ^3.0 and phpstan to ^2.0

Breaking changes

  • Dropped Laravel 10 — minimum supported version is now Laravel 11
  • Dropped PHP 8.1 — minimum supported PHP version is now 8.2

Requirements

Laravel PHP
12.x 8.2, 8.3, 8.4
11.x 8.2, 8.3, 8.4

Upgrade from v1.x

If you are on Laravel 11 or 12, no code changes are required — update the package version in composer.json:

composer require brunoscode/laravel-translation-handler:^2.0

If you are on Laravel 10, you must upgrade Laravel before updating this package.


Full Changelog: https://github.com/BrunosCode/laravel-translation-handler/compare/v1.0.0...v2.0.0