-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Bojan edited this page Oct 12, 2017
·
2 revisions
Pckg/migrator provides a ways to upgrade, sync and migrate MySQL databases and PHP array configs. It works really well with pckg/skeleton installed as main project.
For standalone usage simply require pckg/migrator in composer.
$ composer require pckg/migrator
For advanced usage check pckg/skeleton.
$ composer install pckg/skeleton .
Package depends on several composer packages:
- pckg/database
- symfony/console
Test can be run with codeception
$ cp ./codeception.sample.yml ./codeception.yml
$ codecept run