Skip to content

Commit 215d2ab

Browse files
committed
Fix formatting and update Laravel version reference in documentation
1 parent f66eb30 commit 215d2ab

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

README.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flowforge
22

3-
**Transform any Laravel model into a production-ready drag-and-drop Kanban board.**
3+
Transform any Laravel model into a production-ready drag-and-drop Kanban board.
44

55
[![Latest Version](https://img.shields.io/packagist/v/relaticle/flowforge.svg?style=for-the-badge)](https://packagist.org/packages/relaticle/flowforge)
66
[![Total Downloads](https://img.shields.io/packagist/dt/relaticle/flowforge.svg?style=for-the-badge)](https://packagist.org/packages/relaticle/flowforge)
@@ -19,15 +19,14 @@
1919
- **Quick Setup** - Get running in 90 seconds with minimal configuration
2020
- **Fully Customizable** - Actions, schemas, filters, and themes
2121

22-
## Documentation
22+
---
2323

24-
**[View Complete Documentation →](https://relaticle.github.io/flowforge/)**
24+
## Requirements
2525

26-
- [Quick Installation Guide](https://relaticle.github.io/flowforge/getting-started/installation)
27-
- [Integration Patterns](https://relaticle.github.io/flowforge/essentials/integration-patterns)
28-
- [Customization Examples](https://relaticle.github.io/flowforge/essentials/customization)
29-
- [API Reference](https://relaticle.github.io/flowforge/essentials/api-reference)
30-
- [Troubleshooting](https://relaticle.github.io/flowforge/essentials/troubleshooting)
26+
- **PHP:** 8.3+
27+
- **Laravel:** 11+
28+
- **Filament:** 4.x
29+
- **Database:** MySQL, PostgreSQL, SQLite, SQL Server, MariaDB
3130

3231
---
3332

@@ -39,16 +38,7 @@ composer require relaticle/flowforge
3938

4039
Add CSS assets to your theme, create a position column, generate your board, and register it in your panel.
4140

42-
**[→ Complete Setup Guide](https://relaticle.github.io/flowforge/getting-started/installation)**
43-
44-
---
45-
46-
## Requirements
47-
48-
- **PHP:** 8.3+
49-
- **Laravel:** 11+
50-
- **Filament:** 4.x
51-
- **Database:** MySQL, PostgreSQL, SQLite, SQL Server, MariaDB
41+
**[→ View Complete Documentation](https://relaticle.github.io/flowforge/)**
5242

5343
---
5444

@@ -57,9 +47,7 @@ Add CSS assets to your theme, create a position column, generate your board, and
5747
Contributions are welcome! Please feel free to submit a Pull Request.
5848

5949
- [Contributing Guidelines](.github/CONTRIBUTING.md) - How to contribute
60-
- [Developer Guide](CLAUDE.md) - Complete implementation guide and architecture overview
61-
- [Testing Examples](tests/Feature/) - Production-ready test patterns
62-
- [Report Issues](https://github.com/relaticle/flowforge/issues)
50+
- [Testing Examples](tests/Feature/) - Production-ready test patterns
6351

6452
---
6553

docs/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 Filament 4.x admin panels.
14+
Built specifically for Filament 4 admin panels.
1515

1616
#links
1717
:::u-button

0 commit comments

Comments
 (0)