gguney / rmigration by gguney

Reverse Migration for Laravel
2,693
3
2
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: 2024-06-09 15:16:48
Package Statistics
Total Downloads: 2,693
Monthly Downloads: 19
Daily Downloads: 0
Total Stars: 3
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

RMigration - Reverse Migration Library

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