We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b0cbf commit da525a5Copy full SHA for da525a5
README.md
@@ -10,6 +10,11 @@ A third-party [Laravel Livewire](https://laravel-livewire.com/) integration for
10
It's as easy as it gets to get started with Livewire if using Statamic.
11
12
## Migrate from `jonassiewertsen/statamic-livewire`
13
+### Without breaking changes (v3)
14
+1. Replace `jonassiewertsen/statamic-livewire` with `marcorieser/statamic-livewire` in your `composer.json`
15
+2. Run `composer update marcorieser/statamic-livewire`
16
+
17
+### With breaking changes (v4)
18
1. Replace `"jonassiewertsen/statamic-livewire": "^3.0"` with `"marcorieser/statamic-livewire": "^4.0"` in your `composer.json`
19
2. Replace the namespace `Jonassiewertsen\Livewire` with `MarcoRieser\Livewire` in your code
20
3. Run `composer update marcorieser/statamic-livewire`
0 commit comments