shakogegia / dbtomigration by shakogegia

Laravel 5 package to generate migration files from database
32
1
0
Package Data
Maintainer Username: shakogegia
Maintainer Contact: shalva.gegia@gmail.com (Shalva gegia)
Package Create Date: 2016-11-18
Package Last Update: 2017-05-20
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2025-02-09 15:18:04
Package Statistics
Total Downloads: 32
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 0
Total Forks: 0
Total Open Issues: 0

Dbtomigration

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!