doctrine/migrations
Doctrine Migrations is a PHP library for managing database schema changes with versioned migrations. Generate, run, and roll back migrations safely across environments, track executed versions, and integrate with Doctrine DBAL/ORM for reliable deployment workflows.
doctrine/migrations is a PHP database migration library for managing and versioning schema changes across environments. It provides a structured way to evolve databases safely, with repeatable upgrade/downgrade paths and clear tracking of what has been applied.
Designed to integrate cleanly with Doctrine DBAL/ORM and custom setups, it supports deterministic deployments and automated workflows for teams maintaining complex schemas.
How can I help you explore Laravel packages today?