Reverse Migration Library for Laravel
- RMigration works with PHP 5.6 or above.
$ composer require gguney/rmigrationAdd package's service provider to your config/app.php
...
GGuney\RMigration\RMigraionServiceProvider::class,
...$ php artisan make:reverseMigration --create=usersor
$ php artisan make:reverseMigration --allGökhan Güney - gokhanguneygg@gmail.com
RMigration is licensed under the MIT License - see the LICENSE file for details