关键词:migration

1
从既有的数据库中以 Migration 的形式导出数据库表,包括索引和外键,类似于数据库的逆向操作。当你的 Migration 文件数量巨大的时候,即可使用此工具来做整理。
5
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
8
Add extra functionality to Laravel migrations.
9
Database table structure and data exporter to migration and seed files
10
Load YAML fixtures in your Laravel project
11
Laravel package to fix SQLite migrations by making all columns nullable in testing environments
12
Version based database migration system for Laravel 5.
13
Laravel CRUD Generator/Model/Migrate from just one command with including Controller, Service, Repository, Model, Migrations, routes.php update.
14
Generates Laravel Migrations from an existing database
17
A mysqldump wrapper for laravel. Dump your table schemas and data into files.
21
Package Migration generator for Laravel
23
Helps you migrate data from foreign or local database table by table
24
Laravel trait providing methods for conditional database seeding.
26
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
29
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
30
Migration Toolkit: Creating ORM Compatible Structure from Legacy Database