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 )
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
4039Add 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
5747Contributions 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
0 commit comments