Skip to content

New feature release & Laravel 12 Support

Compare
Choose a tag to compare
@wazzac wazzac released this 17 Jun 09:37
· 25 commits to main since this release
f556d95

Changed

  • Laravel 12+ support.
  • Refactored TranslateController to use instance (non-static) methods and registered it as a singleton in the service provider.
  • Updated all Blade directives in DomTranslateServiceProvider to use the singleton instance via app(TranslateController::class).
  • Improved Blade directive registration for proper PHP syntax and singleton usage.