| 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-10-23 03:01:53 |
| Package Statistics | |
|---|---|
| Total Downloads: | 33 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Laravel 5 package to convert database to laravel migartions
composer require shakogegia/dbtomigration
Add Service Provider to config/app.php in providers section
Shakogegia\Dbtomigration\DbtomigrationServiceProvider::class
Run artisan command to generate migration files
php artisan dbtomigration:generate
contributions are more than welcome!