Libraries tagged by database migration
clcbws/laravel-schema-sentinel
3329 Downloads
Detect and fix database schema drift in Laravel by comparing migrations with the live database state.
ramadan/custom-fresh
1365 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
orchestra/tenanti
124939 Downloads
Tenant based Database Schema Manager for Laravel
laragear/meta-model
1278254 Downloads
Let other developers customize your package model and migrations
erjanmx/laravel-migrate-check
276735 Downloads
A command to check for pending migrations. Exits with non-zero code if there are any
dragon-code/migrate-db
22129 Downloads
Easy data transfer from one database to another
dragon-code/laravel-data-dumper
22765 Downloads
Adding data from certain tables when executing the `php artisan schema:dump` console command
dbpatch/dbpatch
66262 Downloads
DbPatch is a commandline utility to manage/track (my)sql/php patch files.
egyjs/dbml-to-laravel
7930 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
shopsys/migrations
256770 Downloads
Symfony bundle providing commands for transactional Doctrine database migrations
devture/mongodb-migrations
339339 Downloads
Managed Database Migrations for MongoDB
bellangelo/phpstan-migration-rules
87239 Downloads
PHPStan rules for database migration tools (Phinx, Symfony, Laravel)
spiral/migrations
255702 Downloads
Database migrations, migration scaffolding
laravel/database
36015 Downloads
Get Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
ntimyeboah/laravel-database-trigger
35730 Downloads
A package to add database trigger to Laravel migrations