Add some examples

This commit is contained in:
samy
2025-06-17 15:23:58 -10:00
parent 1a3f679222
commit 3580895e05
4 changed files with 293 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
<data directive="@csrf" />
<data directive="@dd" injection="true" prefix="&lt;?php&#10;dd(" suffix="); ?&gt;" />
<data directive="@default" />
<data directive="@detectLivewire" />
<data directive="@disabled" injection="true" prefix="&lt;?php if(" suffix=") {echo 'disabled';}?&gt;" />
<data directive="@dump" injection="true" prefix="&lt;?php&#10;dump(" suffix="); ?&gt;" />
<data directive="@each" injection="true" prefix="&lt;?php&#10;echo $__env-&gt;renderEach(" suffix="); ?&gt;" />