关键词:migrations

31
Generates Laravel Migrations from an existing database
32
A light weight version of Laravel's artisan just for database migrations in PHP projects outside laravel.
33
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
34
Generates Laravel Migrations from an existing database
35
Various utilities and helpers for Laravel's Database package, here among a package migrations helper.
36
Generates Laravel Migrations from an existing database
37
Extension on top of Phinx to make migrations in Laravel 5 style with good IDE support
40
Helpful base migration for creating all your foreign key without worrying about the order of your migrations.
41
Import and export migration table data in Laravel projects.
42
Allows you to target additional environments to run migrations
43
Export your database quickly and easely as a Laravel Migration and all the data as a Seeder class.
44
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
47
Allows you to protect more than just the production environment from potentially destructive tasks
48
Managing Laravel migrations with the Browser.