gguney/rmigration

Reverse Migration for Laravel

dev-master 2017-10-25 12:33 UTC

This package is auto-updated.

Last update: 2024-02-29 03:17:22 UTC


README

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