v2.0.0 — Laravel 12 & PHP 8.4 Support**
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
larastanto^3.0andphpstanto^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.0If 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