From 4983116c3c3b5968fc2528647c955d88c8e74758 Mon Sep 17 00:00:00 2001 From: Jonas Siewertsen Date: Mon, 19 Feb 2024 16:57:21 +0100 Subject: [PATCH] Add upgrade giode --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b800233..336449d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Pull in the Livewire package with composer composer require jonassiewertsen/statamic-livewire ``` +## Upgrade + +Make sure to read the Livewire upgarde guide, in case you're updating to `Statamic Livewire` 3, as there are breaking changes: +https://livewire.laravel.com/docs/upgrading + ## General documentation [Livewire Docs](https://livewire.laravel.com/docs/quickstart)