Skip to content

Commit 4905542

Browse files
committed
Update index.html
1 parent 4af6937 commit 4905542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/dist/4.x/getting-started/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,20 @@
139139
<blockquote>
140140
<p>This guide is for the Filament panel builder. If you are looking to use the Filament UI components outside of a panel, visit the <a href="components">Components</a> documentation.</p>
141141
</blockquote>
142-
<p>To start with, visit <code>/admin</code> and sign in with a user account. You will be redirected to the default dashboard of the panel.</p>
142+
<p>To start, visit <code>/admin</code> and sign in with a user account. You will be redirected to the default dashboard of the panel.</p>
143143
<h2 id="resources">Resources</h2>
144144
<p>Resources are the core of your Filament application. They are CRUD UIs for models that you want to manage in the panel.</p>
145-
<p>Out of the box, Filament will generate 3 pages in each resource:</p>
145+
<p>Out of the box, Filament will generate three pages in each resource:</p>
146146
<ul>
147147
<li><strong>List</strong>: A paginated table of all the records in the Eloquent model.</li>
148148
<li><strong>Create</strong>: A form to create a new record.</li>
149149
<li><strong>Edit</strong>: A form to edit an existing record.</li>
150150
</ul>
151-
<p>You can choose to also generate a <strong>View</strong> page, which is a read-only display of a record.</p>
151+
<p>You can also choose to generate a <strong>View</strong> page, which is a read-only display of a record.</p>
152152
<p>Each resource usually has an item in the sidebar, which is automatically registered as soon as you create a resource.</p>
153153
<p>To start your journey by creating a resource, visit the <a href="resources">Resources documentation</a>.</p>
154154
<h2 id="widgets">Widgets</h2>
155-
<p>Widgets are components often used to build a dashboard, often to display statistical data. Charts, numbers, tables, and completely custom widgets are supported.</p>
155+
<p>Widgets are components often used to build a dashboard, typically to display statistical data. Charts, numbers, tables, and completely custom widgets are supported.</p>
156156
<p>Each widget has a PHP class and a Blade view. The PHP class is technically a <a href="https://livewire.laravel.com/docs/components">Livewire component</a>. As such, every widget has access to the full power of Livewire to build an interactive server-rendered UI.</p>
157157
<p>Out of the box, Filament’s dashboard contains a couple of widgets: one which greets the user and allows them to sign out, and another which displays information about Filament.</p>
158158
<p>To start your journey by adding your own widget to the dashboard, visit the <a href="widgets">Widgets documentation</a>.</p>

0 commit comments

Comments
 (0)