关键词:migration

1
从既有的数据库中以 Migration 的形式导出数据库表,包括索引和外键,类似于数据库的逆向操作。当你的 Migration 文件数量巨大的时候,即可使用此工具来做整理。
3
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
8
Version based database migration system for Laravel 5.
9
A mysqldump wrapper for laravel. Dump your table schemas and data into files.
11
Display the SQL for a migration in Laravel
14
Add extra functionality to Laravel migrations.
15
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
16
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
17
Database table structure and data exporter to migration and seed files
19
Package Migration generator for Laravel
22
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
23
Load YAML fixtures in your Laravel project
25
The database of the table schema, the output function into the file
26
Laravel trait providing methods for conditional database seeding.
28
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
29
Laravel package to fix SQLite migrations by making all columns nullable in testing environments
30
A suite of tools to enhance robustness of laravel's migrations.