Skip to content

Commit b28df0c

Browse files
committed
docs
1 parent 792b5af commit b28df0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/dist/4.x/forms/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ <h3 id="injecting-the-state-of-another-field"><a class="heading-anchor" href="#i
502502
<span class="line"><span style="color:#676E95;font-style:italic"> //...</span></span>
503503
<span class="line"><span style="color:#89DDFF">}</span></span>
504504
<span class="line"></span></code></pre>
505-
<div class="my-3 rounded-lg border-s-4 px-4 py-3 prose-p:my-0 border-purple-400 bg-purple-400/10 text-purple-950 dark:bg-purple-500/20 dark:text-purple-100 prose-code:[p_&#38;]:bg-purple-600/10 prose-code:dark:[p_&#38;]:bg-white/20"> <div class="flex items-center gap-2 pb-2"> <svg width="1em" height="1em" class="h-6 w-6" aria-hidden="true" data-icon="tip"> <symbol id="ai:local:tip" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18v-5.25m0 0a6 6 0 0 0 1.5-.189m-1.5.189a6 6 0 0 1-1.5-.189m3.75 7.478a12.1 12.1 0 0 1-4.5 0m3.75 2.383a14.4 14.4 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"/></symbol><use href="#ai:local:tip"></use> </svg> <p class="text-sm font-bold">TIP</p> </div> <p>Unless a form field is (reactive)[#the-basics-of-reactivity], the schema will not refresh when the value of the field changes, only when the next user interaction occurs that makes a request to the server. If you need to react to changes in a field’s value, it should be <code>live()</code>.</p> </div>
505+
<div class="my-3 rounded-lg border-s-4 px-4 py-3 prose-p:my-0 border-purple-400 bg-purple-400/10 text-purple-950 dark:bg-purple-500/20 dark:text-purple-100 prose-code:[p_&#38;]:bg-purple-600/10 prose-code:dark:[p_&#38;]:bg-white/20"> <div class="flex items-center gap-2 pb-2"> <svg width="1em" height="1em" class="h-6 w-6" aria-hidden="true" data-icon="tip"> <symbol id="ai:local:tip" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18v-5.25m0 0a6 6 0 0 0 1.5-.189m-1.5.189a6 6 0 0 1-1.5-.189m3.75 7.478a12.1 12.1 0 0 1-4.5 0m3.75 2.383a14.4 14.4 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"/></symbol><use href="#ai:local:tip"></use> </svg> <p class="text-sm font-bold">TIP</p> </div> <p>Unless a form field is <a href="#the-basics-of-reactivity">reactive</a>, the schema will not refresh when the value of the field changes, only when the next user interaction occurs that makes a request to the server. If you need to react to changes in a field’s value, it should be <code>live()</code>.</p> </div>
506506
<h3 id="injecting-the-current-eloquent-record"><a class="heading-anchor" href="#injecting-the-current-eloquent-record"><span class="heading-anchor-icon" aria-hidden="true">#</span></a>Injecting the current Eloquent record</h3>
507507
<p>You may retrieve the Eloquent record for the current schema using a <code>$record</code> parameter:</p>
508508
<pre class="astro-code material-theme-palenight" style="background-color:#292D3E;color:#babed8;overflow-x:auto" tabindex="0" data-language="php"><code><span class="line"><span style="color:#F78C6C">use</span><span style="color:#BABED8"> Illuminate</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Database</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Eloquent</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Model</span><span style="color:#89DDFF">;</span></span>

docs/dist/4.x/infolists/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ <h3 id="injecting-the-state-of-another-entry-or-form-field"><a class="heading-an
475475
<span class="line"><span style="color:#676E95;font-style:italic"> //...</span></span>
476476
<span class="line"><span style="color:#89DDFF">}</span></span>
477477
<span class="line"></span></code></pre>
478-
<div class="my-3 rounded-lg border-s-4 px-4 py-3 prose-p:my-0 border-purple-400 bg-purple-400/10 text-purple-950 dark:bg-purple-500/20 dark:text-purple-100 prose-code:[p_&#38;]:bg-purple-600/10 prose-code:dark:[p_&#38;]:bg-white/20"> <div class="flex items-center gap-2 pb-2"> <svg width="1em" height="1em" viewBox="0 0 24 24" class="h-6 w-6" aria-hidden="true" data-icon="tip"> <use href="#ai:local:tip"></use> </svg> <p class="text-sm font-bold">TIP</p> </div> <p>Unless a form field is (reactive)[../forms/overview#the-basics-of-reactivity], the schema will not refresh when the value of the field changes, only when the next user interaction occurs that makes a request to the server. If you need to react to changes in a field’s value, it should be <code>live()</code>.</p> </div>
478+
<div class="my-3 rounded-lg border-s-4 px-4 py-3 prose-p:my-0 border-purple-400 bg-purple-400/10 text-purple-950 dark:bg-purple-500/20 dark:text-purple-100 prose-code:[p_&#38;]:bg-purple-600/10 prose-code:dark:[p_&#38;]:bg-white/20"> <div class="flex items-center gap-2 pb-2"> <svg width="1em" height="1em" viewBox="0 0 24 24" class="h-6 w-6" aria-hidden="true" data-icon="tip"> <use href="#ai:local:tip"></use> </svg> <p class="text-sm font-bold">TIP</p> </div> <p>Unless a form field is <a href="../forms/overview#the-basics-of-reactivity">reactive</a>, the schema will not refresh when the value of the field changes, only when the next user interaction occurs that makes a request to the server. If you need to react to changes in a field’s value, it should be <code>live()</code>.</p> </div>
479479
<h3 id="injecting-the-current-eloquent-record"><a class="heading-anchor" href="#injecting-the-current-eloquent-record"><span class="heading-anchor-icon" aria-hidden="true">#</span></a>Injecting the current Eloquent record</h3>
480480
<p>You may retrieve the Eloquent record for the current schema using a <code>$record</code> parameter:</p>
481481
<pre class="astro-code material-theme-palenight" style="background-color:#292D3E;color:#babed8;overflow-x:auto" tabindex="0" data-language="php"><code><span class="line"><span style="color:#F78C6C">use</span><span style="color:#BABED8"> Illuminate</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Database</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Eloquent</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Model</span><span style="color:#89DDFF">;</span></span>

docs/dist/4.x/schemas/custom-components/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3 id="accessing-the-state-of-another-component-in-a-blade-view"><a class="head
164164
<span class="line"><span style="color:#82AAFF"> {{</span><span style="color:#89DDFF"> $</span><span style="color:#BABED8">get</span><span style="color:#89DDFF">(</span><span style="color:#89DDFF">&#39;</span><span style="color:#C3E88D">email</span><span style="color:#89DDFF">&#39;</span><span style="color:#89DDFF">)</span><span style="color:#82AAFF"> }}</span></span>
165165
<span class="line"><span style="color:#89DDFF">&lt;/</span><span style="color:#F07178">div</span><span style="color:#89DDFF">&gt;</span></span>
166166
<span class="line"></span></code></pre>
167-
<div class="my-3 rounded-lg border-s-4 px-4 py-3 prose-p:my-0 border-purple-400 bg-purple-400/10 text-purple-950 dark:bg-purple-500/20 dark:text-purple-100 prose-code:[p_&#38;]:bg-purple-600/10 prose-code:dark:[p_&#38;]:bg-white/20"> <div class="flex items-center gap-2 pb-2"> <svg width="1em" height="1em" class="h-6 w-6" aria-hidden="true" data-icon="tip"> <symbol id="ai:local:tip" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18v-5.25m0 0a6 6 0 0 0 1.5-.189m-1.5.189a6 6 0 0 1-1.5-.189m3.75 7.478a12.1 12.1 0 0 1-4.5 0m3.75 2.383a14.4 14.4 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"/></symbol><use href="#ai:local:tip"></use> </svg> <p class="text-sm font-bold">TIP</p> </div> <p>Unless a form field is (reactive)[../forms/overview#the-basics-of-reactivity], the Blade view will not refresh when the value of the field changes, only when the next user interaction occurs that makes a request to the server. If you need to react to changes in a field’s value, it should be <code>live()</code>.</p> </div>
167+
<div class="my-3 rounded-lg border-s-4 px-4 py-3 prose-p:my-0 border-purple-400 bg-purple-400/10 text-purple-950 dark:bg-purple-500/20 dark:text-purple-100 prose-code:[p_&#38;]:bg-purple-600/10 prose-code:dark:[p_&#38;]:bg-white/20"> <div class="flex items-center gap-2 pb-2"> <svg width="1em" height="1em" class="h-6 w-6" aria-hidden="true" data-icon="tip"> <symbol id="ai:local:tip" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18v-5.25m0 0a6 6 0 0 0 1.5-.189m-1.5.189a6 6 0 0 1-1.5-.189m3.75 7.478a12.1 12.1 0 0 1-4.5 0m3.75 2.383a14.4 14.4 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"/></symbol><use href="#ai:local:tip"></use> </svg> <p class="text-sm font-bold">TIP</p> </div> <p>Unless a form field is <a href="../forms/overview#the-basics-of-reactivity">reactive</a>, the Blade view will not refresh when the value of the field changes, only when the next user interaction occurs that makes a request to the server. If you need to react to changes in a field’s value, it should be <code>live()</code>.</p> </div>
168168
<h3 id="accessing-the-eloquent-record-in-a-blade-view"><a class="heading-anchor" href="#accessing-the-eloquent-record-in-a-blade-view"><span class="heading-anchor-icon" aria-hidden="true">#</span></a>Accessing the Eloquent record in a Blade view</h3>
169169
<p>Inside the Blade view, you may access the current Eloquent record using the <code>$record</code> variable:</p>
170170
<pre class="astro-code material-theme-palenight" style="background-color:#292D3E;color:#babed8;overflow-x:auto" tabindex="0" data-language="blade"><code><span class="line"><span style="color:#89DDFF">&lt;</span><span style="color:#F07178">div</span><span style="color:#89DDFF">&gt;</span></span>

docs/dist/4.x/schemas/overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h3 id="injecting-the-state-of-another-component"><a class="heading-anchor" href
264264
<span class="line"><span style="color:#676E95;font-style:italic"> //...</span></span>
265265
<span class="line"><span style="color:#89DDFF">}</span></span>
266266
<span class="line"></span></code></pre>
267-
<div class="my-3 rounded-lg border-s-4 px-4 py-3 prose-p:my-0 border-purple-400 bg-purple-400/10 text-purple-950 dark:bg-purple-500/20 dark:text-purple-100 prose-code:[p_&#38;]:bg-purple-600/10 prose-code:dark:[p_&#38;]:bg-white/20"> <div class="flex items-center gap-2 pb-2"> <svg width="1em" height="1em" class="h-6 w-6" aria-hidden="true" data-icon="tip"> <symbol id="ai:local:tip" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18v-5.25m0 0a6 6 0 0 0 1.5-.189m-1.5.189a6 6 0 0 1-1.5-.189m3.75 7.478a12.1 12.1 0 0 1-4.5 0m3.75 2.383a14.4 14.4 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"/></symbol><use href="#ai:local:tip"></use> </svg> <p class="text-sm font-bold">TIP</p> </div> <p>Unless a form field is (reactive)[../forms/overview#the-basics-of-reactivity], the schema will not refresh when the value of the field changes, only when the next user interaction occurs that makes a request to the server. If you need to react to changes in a field’s value, it should be <code>live()</code>.</p> </div>
267+
<div class="my-3 rounded-lg border-s-4 px-4 py-3 prose-p:my-0 border-purple-400 bg-purple-400/10 text-purple-950 dark:bg-purple-500/20 dark:text-purple-100 prose-code:[p_&#38;]:bg-purple-600/10 prose-code:dark:[p_&#38;]:bg-white/20"> <div class="flex items-center gap-2 pb-2"> <svg width="1em" height="1em" class="h-6 w-6" aria-hidden="true" data-icon="tip"> <symbol id="ai:local:tip" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 18v-5.25m0 0a6 6 0 0 0 1.5-.189m-1.5.189a6 6 0 0 1-1.5-.189m3.75 7.478a12.1 12.1 0 0 1-4.5 0m3.75 2.383a14.4 14.4 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18"/></symbol><use href="#ai:local:tip"></use> </svg> <p class="text-sm font-bold">TIP</p> </div> <p>Unless a form field is <a href="../forms/overview#the-basics-of-reactivity">reactive</a>, the schema will not refresh when the value of the field changes, only when the next user interaction occurs that makes a request to the server. If you need to react to changes in a field’s value, it should be <code>live()</code>.</p> </div>
268268
<h3 id="injecting-the-current-eloquent-record"><a class="heading-anchor" href="#injecting-the-current-eloquent-record"><span class="heading-anchor-icon" aria-hidden="true">#</span></a>Injecting the current Eloquent record</h3>
269269
<p>You may retrieve the Eloquent record for the current schema using a <code>$record</code> parameter:</p>
270270
<pre class="astro-code material-theme-palenight" style="background-color:#292D3E;color:#babed8;overflow-x:auto" tabindex="0" data-language="php"><code><span class="line"><span style="color:#F78C6C">use</span><span style="color:#BABED8"> Illuminate</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Database</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Eloquent</span><span style="color:#89DDFF">\</span><span style="color:#BABED8">Model</span><span style="color:#89DDFF">;</span></span>

0 commit comments

Comments
 (0)