Libraries tagged by database migrations
ntentan/yentu
1519 Downloads
A database migration tool with intimate integration with git
g4/db-tools
45205 Downloads
Database migration related tools
esoftsk/sql-mig-bundle
457 Downloads
Database migrations based on SQL files
igne-agency/laravel-boot-up
168 Downloads
Boot a Laravel project on any machine with one command: php artisan app:up installs missing tools (PHP, Node, Composer, Herd, Docker), creates .env, sets up the database, runs migrations, builds assets and serves via Herd, Sail or artisan serve, then runs Laravel's own dev terminal and cleanly stops everything it started when you quit it; app:down does the same on demand. Also exports deployment scripts for Laravel Forge and fortrabbit (generate:deploy-script) and generates CI/CD pipelines with linting, tests and webhook deploys for GitHub Actions and Bitbucket Pipelines (generate:pipeline). Development only - not for production use.
the-provost/laravel-summdb
2194 Downloads
A tool to summarize Laravel database structure from migration files
afrocodeur/my-db
138 Downloads
DataBase Query And Migrations Builder
dotted-ai/laravel-db-introspector
2492 Downloads
Generate migrations from existing database schema
rapide-software/sync-stack
721 Downloads
A package for creating and running synchronisations after a deploy, running only those which have not run yet, akin to migrations. Useful for CI/CD integration or multidatabase solutions where what has run before is not necessarily in sync across databases.
wpjscc/migrations
39 Downloads
Database migrations, migration scaffolding
will2therich/laravel-model-migrations
885 Downloads
Declare database migrations and factory definitions inside Laravel models.
tobento/service-database
265 Downloads
Creating and managing databases easily.
sunnysideup/database-migrations
91 Downloads
Add an Atomic Migration interface to any BuildTask and it will automatically run them on dev/build and record that they have run in the database.
sufyandev/laravel-migration-linter
896 Downloads
A lightweight Laravel package that analyzes and warns about risky database migration changes before they reach production.
straschek-io/typo3-database-migrations
21 Downloads
Versioned database content migrations via doctrine/migrations, runnable in deployments
roslov/migration-checker-bundle
314 Downloads
Up/down database migration checker for Symfony