gguney/rmigration

Reverse Migration for Laravel
3,733 3
Install
composer require gguney/rmigration
PHP:>=5.6
License:MIT
Last Updated:Oct 25, 2017
Links: GitHub  ·  Packagist
Maintainer: gguney

RMigration - Reverse Migration Library

Reverse Migration Library for Laravel

Requirements

  • RMigration works with PHP 5.6 or above.

Installation

$ composer require gguney/rmigration

Add package's service provider to your config/app.php

...
        GGuney\RMigration\RMigraionServiceProvider::class,
...

Usage

$ php artisan make:reverseMigration --create=users

or

$ php artisan make:reverseMigration --all

Author

Gökhan Güney - gokhanguneygg@gmail.com

License

RMigration is licensed under the MIT License - see the LICENSE file for details

Related Packages

ajcastro/fk-adder

Lets you add foreign keys in a swift! Foreign key adder in laravel migration.

3,630 4
phirational/laravel-conditional-seeder

Laravel trait providing methods for conditional database seeding.

444 4
stefanius/laravel-fixtures

Load YAML fixtures in your Laravel project

3,117 6
despark/laravel-data-migration

Helps you migrate data from foreign or local database table by table

514 1