Pages

27 March, 2023

Generate Migrations from an existing database

 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.

No comments:

Post a Comment

Thanks