Libraries tagged by database migration
justinkekeocha/database-dump
143 Downloads
This package will save you from loosing database records, supposing you run the laravel migrate:fresh command without exporting a database dump
fndmiranda/data-migration
420 Downloads
Synchronize and migrate data between the application and the database
endeavour-agency/laravel-migration-tests
3711 Downloads
Provides tools for integration testing Laravel migrations.
codemonster-ru/database
461 Downloads
Lightweight, framework-agnostic database layer with PDO connections, fluent Query Builder, Schema Builder, and full migration system.
openbuildings/timestamped-migrations
33701 Downloads
Migrations are a convenient way for you to alter your database in a structured and organized manner
antimattr/mongodb-migrations-bundle
78722 Downloads
Symfony MongoDBMigrationsBundle
ingenerator/phinx-lightweight
18574 Downloads
Very simple SQL-based database migrations tool - a heavily stripped down fork of robmorgan/phinx
grundik/yii-migrate
9559 Downloads
Simple package to add database migrations to project
crudadmin/crudadmin
3593 Downloads
Dynamically Laravel CRUD administration with automatic database migrations
capsulescodes/laravel-population
480 Downloads
Simplify database migrations and ensure consistency with your database tables effortlessly.
jumilla/laravel-versionia
2828 Downloads
Version based database migration system for Laravel 5.
akrabat/akrabat_db_schema_manager
28581 Downloads
Akrabat's Zend Tool Provider for Zend Framework 1 Database Migrations
elimuswift/db-exporter
4696 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
zuqongtech/laravel-anvil
36 Downloads
Full Laravel project scaffolding via live database introspection — models, controllers, form requests, services, repositories, gates, API routes, factories, seeders, migrations, events, observers, policies, and feature tests generated from your connected database.
wooserv/laravel-objectid
424 Downloads
Elegant, fast ObjectId generator for Laravel models with automatic ID assignment, schema macro, and helper function.