db-exporter
by nwidart
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
db-exporter
by elimuswift
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
db-exporter
by hadeluca
this is a package for Laravel Framework to export, via command line, Database in Migration and all data in a Seed
db-exporter-l4.0
by nwidart
Export your database quickly and easely as a Laravel Migration and all the data as a Seeder class.
laravel-automigrate
by marlek
Laravel package which allows automatically running migrations from different folders, useful when you have custom folder structure
laravel-database
by aedart
Various utilities and helpers for Laravel's Database package, here among a package migrations helper.
laravel-fk-migration
by stidges
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
laravel-migration-squasher
by orottier
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
laravel-one-time-operations
by timokoerber
Run operations once after deployment - just like you do it with migrations!
laravel-super-migrations
by proai
This Laravel package is useful for big databases for a better migrations structure.
laravel-unbreakable-migrations
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.
laravel5-migrator
by zingle
Improved version of Laravel 5's Migrator. Adds better error messaging and support for rollbacks with custom paths
phinx-laravel-style
by vovanmix
Extension on top of Phinx to make migrations in Laravel 5 style with good IDE support
proartisan
by hamzaouaghad
A tiny laravel package that runs artisan commands in production, specifically made for people who do not necessarily have access to SSH and still need to run migrations for instance.
revenge-db
by daavelar
RevengeDb provides artisan commands to make a reverse engineer of the database, generating automatically the migrations, seeder and models
update-scripts
by seanstewart
Allows you to run scripts to update your application, just like migrations