0

How can I specify the directory to use for migrations while running the migrations with phinx, I am looking for something like

vendor/bin/phinx migrate --path = path/to/directory
Shahrukh
  • 102
  • 5
  • I have never heard of Phinx but [the documentation shows how to specify migration paths](http://docs.phinx.org/en/latest/configuration.html#migration-paths) in a config file. Does that help? – Don't Panic Apr 10 '19 at 09:10
  • no I want to specify path while running the migrations – Shahrukh Apr 10 '19 at 11:16
  • That's what the config file does. I guess you mean on the command line? You might want to update your question to clarify. – Don't Panic Apr 10 '19 at 11:24

0 Answers0