Libraries tagged by database migration
nwidart/db-exporter-l4.0
15 Downloads
Export your database quickly and easely as a Laravel Migration and all the data as a Seeder class.
tacoberu/composer-schema-manage
1125 Downloads
Initiate versioning the database like code.
stefanius/laravel-fixtures
3117 Downloads
Load YAML fixtures in your Laravel project
smrtr/mysql-version-control
1381 Downloads
A crude version control system for mysql written in php
smousss/laravel-pestifize
240 Downloads
Convert PHPUnit tests to Pest 2 using GPT-4.
ruzaik11/laravel-seeder-tracker
12 Downloads
Track Laravel seeders execution like migrations with batch support and status management
ronpinkas/dbbridge
3 Downloads
An abstraction bridge between multiple SQL dialects using PDO (native and ODBC) drivers.
ramadan/custom-fresh
132 Downloads
A Laravel package to specify the tables that you do not want to drop while refreshing the database.
rajibahmed/rake-db-migrator
12 Downloads
Rails migration for php projects
ngyuki/dbdatool
2 Downloads
Database diff/apply tool.
mysql/schematic
727 Downloads
A simple MySQL migration management tool in PHP, create and update databases automatically with a config json file without having to use inbuilt ORM functions.
markadell/laravel-postgresql-inherit
545 Downloads
Add inheritance in postgresql tables
lss/schema
760 Downloads
Simple PHP / MySQL schema sync / migration tool. Specify your schema in PHP and it will generate DDL and alter table statements to sync the database.
laramore/laramore
1158 Downloads
Describe your table fields in the model and let Laravel the rest
hirenmangukiya/autocrud
85 Downloads
Generate CRUD code for given database