Skip to content

gguney/rmigration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - [email protected]

License

RMigration is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages