Libraries tagged by Laravel Migration
nwogu/bagpack
955 Downloads
Organize your migration files into proper directories by tables
lastdragon-ru/lara-asp-migrator
7944 Downloads
The Awesome Set of Packages for Laravel - The Migrator.
justinkekeocha/database-dump
96 Downloads
This package will save you from loosing database records, supposing you run the laravel migrate:fresh command without exporting a database dump
jlapp/smart-seeder
3075 Downloads
Smart Seeder adds the same methology to seeding that is currently used with migrations in order to let you seed in batches, seed to production databases or other environments, and to rerun seeds without wiping out your data.
espero-soft/artisan
324 Downloads
Laravel command line interface (CLI)
endeavour-agency/refresh-database-on-demand
37 Downloads
This packages offers a drop-in replacement for Laravel's RefreshDatabase trait, which only refreshes the database when migrations have actually changed.
andrewgatenby/snapmigrations
7328 Downloads
Generates an SQL dump of your migrated (and seeded) database to save time re-running Migrations when running Integration and Acceptance Tests in a Lumen environment.
hdgarau/runners
2146 Downloads
Control process runned for Laravel like migrations
dyrynda/nomad
1039 Downloads
Laravel-style database migrations wherever they may roam
pangodream/migbuilder
1253 Downloads
Laravel Model, Seeder, Factory & Migration MySQL reverse engineer tool
saloum45/controllergenerate
35 Downloads
😊Un package Laravel qui facilite la génération dynamique de contrôleurs,migrations et de routes dans une application Laravel. a Laravel package that makes it easy to dynamically generate controllers, migrations and routes in a Laravel application.😊
easy2dev/multi-tenant-wizard
130 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
michaeljennings/refresh-database
1445 Downloads
A package to speed up your laravel database tests by only running the migrations once
ricorocks-digital-agency/morpher
4511 Downloads
A Laravel package for managing data changes during database migrations.
wecansync/laravel-migration-generator
39 Downloads
a package to generate migration schema for Models