shakogegia / dbtomigration
Laravel 5 package to generate migration files from database
0.1.4
2016-11-18 18:40 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-30 06:08:24 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!