babenkoivan / elastic-migrations

Elasticsearch migrations for Laravel
MIT License
189 stars 32 forks source link

Feature: Set migration file destinations #27

Closed Christophvh closed 3 years ago

Christophvh commented 3 years ago

Hi,

Thanks for the amazing work.

It would be nice to specify where the migrations files are stored. I find it a bit weird that the migrations are created at root level elastic/migrations and not inside database/migrations/elastic/..

babenkoivan commented 3 years ago

Hi @Christophvh, I've added this feature to my to-do list.

babenkoivan commented 3 years ago

Hey @Christophvh, I've just checked, that there is already a config for that - storage_directory. You can configure it in the configs/elastic.migrations.php file.