DALT.PHP
Build with DALT

Database and migrations

Start with DALT.PHP's explicit database and migration workflow.

DALT.PHP runs migrations explicitly with php artisan migrate. The default project uses SQLite; PostgreSQL is also supported. Database connections are resolved when the database service is used, and queries take parameter values instead of string-concatenated SQL.

For current commands and API details, read the canonical installation and quick start and framework reference.