gguney / rmigration
Reverse Migration for Laravel
Installs: 2 946
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.6
Requires (Dev)
- php: >=5.6
This package is auto-updated.
Last update: 2024-10-29 05:04:51 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