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
@@ -52,6 +53,22 @@ Then, publish the registered plugin assets:
52
53
php artisan filament:assets
53
54
```
54
55
56
+
## Migration
57
+
58
+
### Filament v3 to Filament v4
59
+
60
+
Since v2.6.0, this package is compatible with both Filament v3 and Filament v4.
61
+
62
+
To migrate your project that uses this package from Filament v3 to Filament v4, please follow the [Filament upgrade guide](https://filamentphp.com/docs/4.x/upgrade-guide).
63
+
64
+
Should you encounter an error related to this package during that process, you can also try the following command:
0 commit comments