| Package Data | |
|---|---|
| Maintainer Username: | gguney |
| Maintainer Contact: | gokhanguneygg@gmail.com (Gokhan Guney) |
| Package Create Date: | 2017-03-20 |
| Package Last Update: | 2017-10-25 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:15:37 |
| Package Statistics | |
|---|---|
| Total Downloads: | 3,632 |
| Monthly Downloads: | 54 |
| Daily Downloads: | 1 |
| Total Stars: | 3 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
Reverse Migration Library for Laravel
$ composer require gguney/rmigration
Add package's service provider to your config/app.php
...
GGuney\RMigration\RMigraionServiceProvider::class,
...
$ php artisan make:reverseMigration --create=users
or
$ php artisan make:reverseMigration --all
Gökhan Güney - gokhanguneygg@gmail.com
RMigration is licensed under the MIT License - see the LICENSE file for details