You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ This plugin is particularly useful for applications that utilize state machines,
69
69
This plugin is designed to work with the following dependencies:
70
70
71
71
- PHP: ^8.1
72
-
- Laravel: ^10.0|^11.0
73
-
- Filament: ^3.0
72
+
- Laravel: ^10.0|^11.0|^12.0
73
+
- Filament: ^3.0|^4.0
74
74
- Spatie Laravel Model States: ^2.0
75
75
76
76
@@ -79,11 +79,24 @@ This plugin is designed to work with the following dependencies:
79
79
First, you need to have the [Spatie Laravel Model States](https://spatie.be/docs/laravel-model-states) package installed and configured. Make sure you have created an abstract state class for your model.
80
80
81
81
Next, install the Filament-StateFusion plugin via Composer:
0 commit comments