Generate Migrations from an existing database
Published on by Eric L. Barnes
Generate Laravel Migrations from an existing database, including indexes and foreign keys!
This looks great. I’ve been working on a side project that was developed with another framework and it didn’t have any migrations. I started fresh with new migrations on a separate database. Then the plan is to build an artisan command to sync the data once its ready to launch.
For more information check out the Github repo.
Eric is the creator of Laravel News and has been covering Laravel since 2012.