Libraries tagged by migrtaions
robinncode/db_craft
919 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
oscarafdev/laravel-4-generators
561208 Downloads
Rapidly generate resources, migrations, models, and much more.
lulco/nette-phoenix-registrator
118016 Downloads
Integration of Phoenix Database Migrations into Nette Framework
froiden/sql-generator
22153 Downloads
convert Laravel migrations to raw SQL scripts
flightsadmin/livewire-crud
15608 Downloads
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
firstborn/migrationmanager
56601 Downloads
Quickly create migrations for settings and content at the click of a mouse.
erickskrauch/yii2-rbac-migration
18540 Downloads
Trait for Yii2, that adds to the migrations methods for managing RBAC
dgrigg/craft-migration-assistant
79522 Downloads
Create content migrations at the click of a mouse. Keep environments in sync with ease.
cwp/cwp-core
224773 Downloads
CWP basic compatibility module. Use for migrations.
chrishalbert/laravel-nomadic
24834 Downloads
A suite of tools to enhance robustness of laravel's migrations.
awssat/laravel-sync-migration
22480 Downloads
Laravel tool helps to sync migrations without refreshing the database
acquia/acquia-migrate-accelerate
65201 Downloads
An enhanced UI and assistant for Drupal migrations. See https://www.acquia.com/drupal9/accelerate-your-migration.
orisintel/laravel-online-migrator
81012 Downloads
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
orisintel/laravel-migration-snapshot
79726 Downloads
Dump and load snapshots of the schema produced by individual migrations.
mitulgolakiya/laravel-api-generator
30498 Downloads
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.