Download the PHP package crumbls/filament-database without Composer
On this page you can find all versions of the php package crumbls/filament-database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filament-database
Filament Database Administration
A phpMyAdmin-style database manager for Laravel Filament. Browse tables, edit rows, manage schema, run SQL — all from your Filament admin panel.
| Requirement | Minimum Version |
|---|---|
| PHP | 8.3 |
| Laravel | 12.0 – 13.x |
| Filament | 5.0 |
Screenshots
Database Overview
Table Browser
Installation
Setup
Register the plugin in your Filament panel provider:
Features
- Database overview — stats dashboard with table counts, row counts, and largest tables at a glance
- Connection switcher — hot-swap between database connections with health checking
- Table browser — searchable table list with row counts, one-click selection
- Row CRUD — paginated rows with sort, search, inline edit, insert, delete
- Bulk operations — select multiple rows for bulk delete or export
- Copy row as — copy any row as PHP array, JSON, SQL INSERT, or Laravel factory format
- Structure viewer — columns with types, nullable, defaults, and inline editing
- Column management — add, rename, modify, and drop columns
- Index viewer — all indexes with columns and uniqueness
- Foreign key viewer — constraints with ON UPDATE/DELETE actions
- Relationships tab — visual map of incoming and outgoing foreign key relationships
- SQL runner — execute raw queries with tabular results, query history, and Cmd/Ctrl+Enter shortcut
- Query EXPLAIN — EXPLAIN/ANALYZE support for MySQL, PostgreSQL, and SQLite
- Schema snapshots — capture your entire database schema as JSON, compare against previous snapshots with color-coded diffs
- Migration generator — generate Laravel migration code from schema diffs, copy or save directly to
database/migrations/ - Export — download table data as CSV, JSON, or SQL INSERT statements
- Import — upload CSV files with automatic column mapping
- Table operations — create, truncate, drop tables with confirmation dialogs
- Dark mode — full support via Filament CSS variables
- Audit logging — optional query and change logging
Configuration
Publish the config:
Plugin API
Security
This package gives direct database access. Access is denied to all users by default — you must explicitly grant access via one of the authorization methods below.
Authorization (required)
Recommended production settings
Testing
177 tests, 390 assertions.
License
MIT
All versions of filament-database with dependencies
PHP Build Version
Package Version
The package crumbls/filament-database contains the following files
Loading the files please wait ...