Skip to content

Release v1.3.0 — Filament v5 compatibility

Choose a tag to compare

@inerba inerba released this 31 Dec 10:45
· 15 commits to main since this release

Added support for Filament v5 while keeping full compatibility with Filament v4.

Changes:

composer.json: "filament/filament": "^4.0" → "filament/filament": "^4.0|^5.0"
Upgrade:

composer require inerba/filament-db-config:"^1.3"
If you move your app to Filament v5, also upgrade Livewire to v4.
That's it.