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.
- Pest, Vitest, and Playwright: the PHP, unit, and browser test suites.
- Astro and Starlight: this documentation site.
Author
License
Laravel Truss is open-source software licensed under the MIT License.