关键词:migration

1
从既有的数据库中以 Migration 的形式导出数据库表,包括索引和外键,类似于数据库的逆向操作。当你的 Migration 文件数量巨大的时候,即可使用此工具来做整理。
4
Add extra functionality to Laravel migrations.
6
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
8
Database table structure and data exporter to migration and seed files
10
A suite of tools to enhance robustness of laravel's migrations.
14
A mysqldump wrapper for laravel. Dump your table schemas and data into files.
15
Version based database migration system for Laravel 5.
17
Display the SQL for a migration in Laravel
19
Package Migration generator for Laravel
20
Package for data migrations in laravel applications
21
Philippines region, province, cities/municipalities and barangays Laravel migration and table seeder.
23
Load YAML fixtures in your Laravel project
24
Generates Laravel4 Migrations from an existing database, From Xethron/migrations-generator
25
CodeigniterMigration is a package to integrate an already started Codeigniter-Session in Laravel 5
27
Helps you migrate data from foreign or local database table by table
28
Laravel 5* Converts database sql to migrations and Seeding
29
Empress CRUD Generator/Model/Migrate from just one command with including Controller, Service, Repository, Model, Migrations, routes.php update.
30
Helper functions for laravel migrations.