Skip to content

Commit

Permalink
Fix URL definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Dec 15, 2024
1 parent 95a2c40 commit e2bc7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/guides/using-filament-with-volt.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ nextURL: '/docs/guides/deploy-on-digitalocean'

# Using Filament with Volt

Using Filament within Wave will speed-up your productivity. In this guide we'll use the example from the <a href="{ url('/docs/your-functionality' )}">Your Functionality</a> section to implement the same functionality using the <a href="https://filamentphp.com/docs/tables/installation" target="_blank">Table Builder</a> and the <a href="https://filamentphp.com/docs/forms/installation" target="_blank">Form Builder</a>.
Using Filament within Wave will speed-up your productivity. In this guide we'll use the example from the <a href="{ url('/docs/your-functionality') }">Your Functionality</a> section to implement the same functionality using the <a href="https://filamentphp.com/docs/tables/installation" target="_blank">Table Builder</a> and the <a href="https://filamentphp.com/docs/forms/installation" target="_blank">Form Builder</a>.

- [Using Filament with Volt](#using-filament-with-volt)
- [Using the Table Builder](#using-the-table-builder)
- [Using the Form Builder](#using-the-form-builder)
- [Combining the Table and Form Builder](#combining-the-table-and-form-builder)


We will assume that you've already added the **database migration** and the **model** for the `projects` table in <a href="{ url('/docs/your-functionality' )}">this section</a>. Be sure to finish the <a href="{ url('/docs/your-functionality' )}">Your Functionality</a> section before continuing with this guide.
We will assume that you've already added the **database migration** and the **model** for the `projects` table in <a href="{ url('/docs/your-functionality') }">this section</a>. Be sure to finish the <a href="{ url('/docs/your-functionality') }">Your Functionality</a> section before continuing with this guide.

## Using the Table Builder

Expand Down

0 comments on commit e2bc7b4

Please sign in to comment.