vegas-cmf / core

Vegas CMF Core
MIT License
30 stars 7 forks source link

Add Phinx wrapper as a CLI task #1

Closed archdevil666pl closed 9 years ago

archdevil666pl commented 10 years ago

Some of Vegas libraries need database table generation for applications using MySQL connection. Preferably, tables should be created using Phinx.

Still, it needs a few tweaks instead of using raw Phinx executable:

archdevil666pl commented 9 years ago

Unfortunately Phinx is highly dependent on Symfony Console - we'll leave this topic for now.