From 312095e6b1b9838580e3f6422c3f90e71ffb5295 Mon Sep 17 00:00:00 2001
From: Ryan Mitchell
Date: Sun, 8 Sep 2024 19:14:05 +0100
Subject: [PATCH 1/2] livewire:script and livewire:assets
---
README.md | 19 +++++++++++++++++++
src/Tags/Livewire.php | 33 +++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/README.md b/README.md
index fce2a66..235584f 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,25 @@ To include your Livewire component:
+ {{ livewire:script }}
+
+ {{ /livewire:script }}
+
+ {{ livewire:assets }}
+
+ {{ /livewire:assets }}
+