Hi first +1 to this package. However there is some need that the worlds... migration runs before the other migration tables. For example I have users table that has country_id, city_id references world_countries ... Can this be added to the vendor publish? so that we can modify the naming? as I see the publish command only seeds.
PS- I am running artisan migrate:fresh --seed or artisan db:migrate for the first time. Let me know if this is something you would like I can raise a PR
Hi first +1 to this package. However there is some need that the worlds... migration runs before the other migration tables. For example I have users table that has
country_id,city_idreferencesworld_countries... Can this be added to the vendor publish? so that we can modify the naming? as I see the publish command only seeds.PS- I am running
artisan migrate:fresh --seedorartisan db:migratefor the first time. Let me know if this is something you would like I can raise a PR