Credits
Laravel Truss stands on excellent open-source work.
Built with
- Laravel: the framework, and its native schema introspection (
Schema::getTables,getColumns,getIndexes,getForeignKeys) that Truss reads the live structure through. - Mermaid: renders the entity-relationship diagram in the browser. A copy is vendored and served from the package, so no CDN is required.
- IBM Plex Mono: the monospace typeface of the dashboard, vendored under the SIL Open Font License.
- spatie/laravel-package-tools: package scaffolding and service-provider conventions.
- laravel/mcp: the first-party Model Context Protocol foundation behind the optional Truss MCP server.
- Pest, Vitest, and Playwright: the PHP, unit, and browser test suites.
- Astro and Starlight: this documentation site.
Author
Support
Laravel Truss is free and open source. If it has saved you time, you can support its ongoing maintenance and new features with a coffee at ko-fi.com/albertoarena. Starring and sharing the project help just as much.
License
Laravel Truss is open-source software licensed under the MIT License.