Laravel Truss - Live ER diagram of your database structure, inside your app #315
albertoarena
started this conversation in
Package Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, and thanks for maintaining Package Ocean. Sharing a package I built that fits the developer-tooling niche.
Truss renders your database as a scrollable, zoomable ER diagram right inside your Laravel app. It introspects the live schema (tables, columns, indexes, foreign keys) using Laravel's native
Schemamethods, caches a snapshot, and draws it with Mermaid. Structure only: it never reads or exposes a single row of data.albertoarena/laravel-trussWhy it might be useful
truss:show,truss:open,truss:rebuild.Happy to answer any questions.
All reactions