awssat / laravel-sync-migration

Developer tool helps to sync migrations without refreshing the database
MIT License
108 stars 13 forks source link

Add support for config file #16

Closed IggsGrey closed 4 months ago

IggsGrey commented 2 years ago

Add support for config file.

It will be really great to have a config file to allow specification of things like the db connection, the default action for renamed or deleted columns and the migration file path (as other issues have requested) to name a few.

BSN4 commented 2 years ago

PRs are welcome