关键词:migrations

2
从既有的数据库中以 Migration 的形式导出数据库表,包括索引和外键,类似于数据库的逆向操作。当你的 Migration 文件数量巨大的时候,即可使用此工具来做整理。
4
Run your Laravel migrations only when you want them to
5
Laravel package which allows automatically running migrations from different folders, useful when you have custom folder structure
6
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
7
Various utilities and helpers for Laravel's Database package, here among a package migrations helper.
8
A Laravel 5 package to help organise migration files.
9
This Laravel package is useful for big databases for a better migrations structure.
10
Allows you to run scripts to update your application, just like migrations
11
Import and export migration table data in Laravel projects.
12
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
16
Generates Laravel Migrations from an existing database
18
Generates Laravel Migrations from an existing database
19
Generates Laravel Migrations from an existing database
20
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
21
A light weight version of Laravel's artisan just for database migrations in PHP projects outside laravel.
22
this is a package for Laravel Framework to export, via command line, Database in Migration and all data in a Seed
25
Make sure your database migrations are always unique
26
Generates Laravel4 Migrations from an existing database, From Xethron/migrations-generator
27
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.
28
Laravel Artisan command(s) for bulk running migrations