From cd464237b94f1ac47fabe05f398f044632cf2681 Mon Sep 17 00:00:00 2001 From: Muhammed Sari Date: Mon, 22 Jan 2024 11:42:37 +0100 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 3623cd2..a273781 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,29 @@ session or "dispatching browser events" from your Livewire components. Just disp

Toaster Demo

+## Compatibility + + + +
Livewire PHP
+ +| | [Livewire 2](https://laravel-livewire.com/docs/2.x) | [Livewire 3](https://livewire.laravel.com/docs) | +|-|-|-| +| [1.x](https://github.com/masmerise/livewire-toaster/tree/1.3.0) | ✅ | ❌ | +| 2.x | ❌ | ✅ | + + + + +| | PHP 8.2 | PHP 8.3 | +|-|-|-| +| 1.0 - 2.0.3 | ✅ | ❌ | +| 2.1 * - ∞ | ❌ | ✅ | + +
+ +_* feature complete_ + ## Contents **Looking for v1 docs?** [Click here](https://github.com/masmerise/livewire-toaster/tree/1.3.0).