gguney / rmigration
Laravel的逆向迁移
dev-master
2017-10-25 12:33 UTC
Requires
- php: >=5.6
Requires (Dev)
- php: >=5.6
This package is auto-updated.
Last update: 2024-09-29 04:49:17 UTC
README
Laravel逆向迁移库
要求
- RMigration与PHP 5.6或更高版本兼容。
安装
$ composer require gguney/rmigration
将包的服务提供者添加到您的config/app.php配置文件中
... GGuney\RMigration\RMigraionServiceProvider::class, ...
使用方法
$ php artisan make:reverseMigration --create=users
或
$ php artisan make:reverseMigration --all
作者
戈堪·古内伊 - gokhanguneygg@gmail.com
许可协议
RMigration采用MIT许可协议 - 详细内容请参阅LICENSE
文件