Open Source MIT License Laravel 12 / 13 Filament 4 / 5 PHP 8.3+

Database management & code generation for Filament

A community-managed Filament plugin for schema design, migration tracking, health monitoring, smart seeding, documentation generation, and intelligent code generation.

Features

Everything you need to build and maintain Laravel databases from Filament.

Visual Schema Designer

Explore tables, relationships, and schema structure with an interactive visual interface.

Migration Management

Track migration history, run enhanced migrate commands, and manage rollbacks safely.

Health Monitoring

Monitor query performance, slow queries, and database health metrics in real time.

Smart Data Seeding

Generate realistic, relationship-aware test data with templates and bulk operations.

Documentation Generator

Export schema documentation as Markdown, HTML, or PDF with schema snapshots.

Code Generation

Generate migrations, models, factories, seeders, and Filament resources from your schema.

Installation

Install via Composer in your Laravel + Filament project.

composer require hkdevs/codeforge-database-studio

php artisan vendor:publish --tag=codeforge-database-studio-config
php artisan vendor:publish --tag=codeforge-database-studio-migrations
php artisan migrate
php artisan codeforge:install

Register the plugin in your Filament panel provider. See the README for full setup instructions.

Community project

Maintained by Hardik Kanajariya and open to community contributions.

Contributing · Issues · MIT License