shakogegia/dbtomigration

Laravel 5 package to generate migration files from database

0.1.4 2016-11-18 18:40 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:25:19 UTC


README

Laravel 5 package to convert database to laravel migartions

Install

composer require shakogegia/dbtomigration

Add Service Provider to config/app.php in providers section

Shakogegia\Dbtomigration\DbtomigrationServiceProvider::class

Usage

Run artisan command to generate migration files

php artisan dbtomigration:generate

Contributing

contributions are more than welcome!