关键词:migrations

1
从既有的数据库中以 Migration 的形式导出数据库表,包括索引和外键,类似于数据库的逆向操作。当你的 Migration 文件数量巨大的时候,即可使用此工具来做整理。
3
A Laravel 5 package to help organise migration files.
5
Countries, Languages and Time Zones Package for Laravel 5.*
6
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
8
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
9
Create command files that will be run once so that you don't have to remember about it.
10
this is a package for Laravel Framework to export, via command line, Database in Migration and all data in a Seed
11
Prevent your Laravel database migrations from failing irreversibly by using transactional queries.
12
Dynamically Laravel CRUD administration with automatic database migrations
13
Run your Laravel migrations only when you want them to
15
Laravel package which allows automatically running migrations from different folders, useful when you have custom folder structure
16
Allows you to run scripts to update your application, just like migrations
17
Generates Laravel4 Migrations from an existing database, From Xethron/migrations-generator
18
Generates Laravel Migrations from an existing database
19
Improved version of Laravel 5's Migrator. Adds better error messaging and support for rollbacks with custom paths
20
Generates Laravel Migrations from an existing database
21
This Laravel package is useful for big databases for a better migrations structure.
23
Simple, reversible migrations for Laravel
24
Converts DB schema to Laravel code (Migrations & Models)
25
Laravel Artisan command(s) for bulk running migrations
28
Make sure your database migrations are always unique