Libraries tagged by laravel5-migrator
mediactive-digital/migrations-generator
2123 Downloads
Generates Laravel Migrations from an existing database
justinkekeocha/database-dump
115 Downloads
This package will save you from loosing database records, supposing you run the laravel migrate:fresh command without exporting a database dump
jjclane/laravel-sqlite-migrations
15944 Downloads
A trait to translate Laravel migrations into SQLite safe migrations.
elimuswift/db-exporter
4689 Downloads
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
codelieutenant/laravel-pgenum
253 Downloads
Postgres Enums used in Laravel Migrations
mll-lab/laravel-conditional-migrations
57701 Downloads
Run your Laravel migrations only when you want them to
tomzx/laravel-migration
35 Downloads
A migration service based on Laravel Database package.
sweetmancc/mysql-trigger-for-laravel-migration
64 Downloads
A package to add database trigger to laravel migrations
smousss/laravel-migratize
681 Downloads
Generate missing migrations using GPT-4.
romanzipp/laravel-migration-generator
595 Downloads
Laravel Migration Generator
orottier/laravel-migration-squasher
95 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
gilbitron/laravel-migrate-to-branch
1310 Downloads
A Laravel Artisan command to rollback migrations before switching to a given branch
etsetra/laravel-migration-shield
1 Downloads
Protects production environments by preventing the execution of dangerous migration and seeding commands like migrate:fresh, migrate:refresh, migrate:rollback, db:seed, and db:wipe.
cedric-lekene/laravel-migration-ai
11 Downloads
A Laravel package that uses AI to generate database migrations from plain-language descriptions, simplifying the migration creation process
aw-studio/laravel-migrations-merger
147 Downloads