Skip to content

Commit d6b5e19

Browse files
committed
refactor(docs): update integration patterns and introduction for clarity and accuracy
1 parent bad6dbd commit d6b5e19

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/content/1.getting-started/2.introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Welcome to **Flowforge**, a powerful Laravel package that transforms any Eloquen
1212

1313
## What is Flowforge?
1414

15-
Flowforge is built specifically for Filament admin panels, providing a seamless way to visualize and manage your data through intuitive Kanban interfaces. Whether you're tracking tasks, managing leads, or organizing any workflow, Flowforge handles the complex parts so you can focus on your business logic.
15+
Flowforge works seamlessly with **Filament admin panels** and **standalone Livewire applications**, providing flexible ways to visualize and manage your data through intuitive Kanban interfaces. Whether you're building admin dashboards or customer-facing applications, Flowforge adapts to your architecture.
1616

1717
![Flowforge Kanban Board Preview](/preview.png)
1818

docs/content/2.essentials/1.integration-patterns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ navigation:
77

88
Flowforge provides three flexible integration patterns to fit different use cases and application architectures.
99

10-
## Pattern 1: Filament Page (Recommended)
10+
## Custom Page
1111

1212
Perfect for dedicated board pages in your admin panel.
1313

@@ -43,7 +43,7 @@ class TaskBoard extends BoardPage
4343
**Use when:** You want a standalone Kanban page in your admin panel
4444
**Benefits:** Full Filament integration, automatic registration, built-in actions
4545

46-
## Pattern 2: Resource Integration
46+
## Resource Integration
4747

4848
Integrate with your existing Filament resources. Perfect for campaign management where teams track tasks within campaigns.
4949

@@ -97,7 +97,7 @@ public static function getPages(): array
9797
**Use when:** You want to add Kanban to existing Filament resources
9898
**Benefits:** Inherits resource permissions, policies, and global scopes
9999

100-
## Pattern 3: Standalone Livewire
100+
## Standalone Livewire
101101

102102
Use outside of Filament or in custom applications.
103103

@@ -152,4 +152,4 @@ class TaskBoard extends Component implements HasBoard, HasActions, HasForms
152152
```
153153

154154
**Use when:** Building custom interfaces or non-Filament applications
155-
**Benefits:** Maximum flexibility, custom styling, independent routing
155+
**Benefits:** Maximum flexibility, custom styling, independent routing

docs/content/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
seo:
3-
title: Flowforge - Kanban Boards for Filament
4-
description: Transform any Laravel model into production-ready drag-and-drop Kanban boards. Built specifically for Filament 4.x admin panels with intelligent pagination and quick setup.
3+
title: Flowforge - Laravel Kanban Boards
4+
description: Transform any Laravel model into production-ready drag-and-drop Kanban boards. Works with Filament admin panels and standalone Livewire applications.
55
---
66

77
::u-page-hero
@@ -11,7 +11,7 @@ Flowforge
1111
#description
1212
Transform any Laravel model into a production-ready drag-and-drop Kanban board.
1313

14-
Built specifically for FilamentPHP.
14+
Perfect for Filament admin panels and standalone Livewire applications.
1515

1616
#links
1717
:::u-button

0 commit comments

Comments
 (0)