Specimen 001 · Tool
DBView for Filament
Browse every table in your database from inside the Filament admin panel. Read only, and registered as a normal Filament plugin.
composer require sridhar-s-subramanian/filament-dbviewWhy
Every project ends up with someone SSHing into a box at midnight to run a SELECT. DBView puts that view where the team already is.
It reads the connections Laravel already has configured, lists the tables it can see, and gives you a sortable, searchable, paginated view of the rows. No second tool, no tunnel, no exported CSV that goes stale in an afternoon. It is registered as a normal Filament plugin, so it inherits your panel’s auth, theme and navigation.
What it does
- Lists tables from the connections Laravel already knows about
- Sorts, searches and paginates rows without writing SQL
- Registers as a standard Filament plugin, so panel auth applies
- Is read only by design: no write path exists
- Is listed in the official Filament plugins directory
Licence
MIT. Use it at work, fork it, ship it. Issues and pull requests are welcome on the repository.