Skip to content

v2.0.0

Latest

Choose a tag to compare

@OzanKurt OzanKurt released this 30 Jul 18:39
c4ddb72

Laravel 13 / PHP 8.4 / Pest 5 release.

BREAKING: drops Laravel 12 and PHP 8.3.

Requirements

  • PHP ^8.4
  • illuminate/* ^13.0
  • ozankurt/laravel-modules-core ^2.0
  • spatie/laravel-package-tools ^1.93

Filament support is unchanged: ^3.0 || ^4.0 || ^5.0, all three majors verified against Laravel 13 in CI.

Changed

  • Test suite moves to Pest 5 and Testbench 11. CI runs PHP 8.4 + Laravel 13 against Filament 3, 4 and 5.
  • Counter deltas now use the query builder's increment()/decrement() rather than an interpolated DB::raw('count + (n)') expression. Laravel 13 narrowed Connection::raw() to float|int|literal-string; the new form also keeps the delta out of the SQL string. Behaviour and generated SQL are unchanged.

Upgrading

Bump your constraint to ^2.0 and make sure the app is on Laravel 13 and PHP 8.4. No application-facing API changed — this is a platform-requirements major.