Independent, framework-agnostic database utilities for Laravel — model traits (UUID/NanoID/ULID keys, JSON accessors, slugs, soft-archiving), money & datetime casts, schema macros, an audit observer, backup/restore, a database CLI, cursor/offset pagination, and inspection services.
PHP ^8.4 || ^8.5 on Laravel ^13 — depends only on illuminate/* plus a few small libraries, with no dependency on other Laranail packages.
composer require laranail/db-toolsDbToolsServiceProvider is auto-discovered and registers the schema macros at boot.
Full documentation is at opensource.simtabi.com/documentation/laranail/db-tools — installation, getting started, the model traits, casts, schema macros, the audit observer, backup/restore, the database CLI, and configuration.
Issues and PRs are welcome — see CONTRIBUTING.md. Report vulnerabilities per SECURITY.md (opensource@simtabi.com); participation follows the Code of Conduct.
MIT © Simtabi LLC. See LICENSE.