| Package Data | |
|---|---|
| Maintainer Username: | vovanmix |
| Maintainer Contact: | singingcode@gmail.com (Vladimir Mikhaylovskiy) |
| Package Create Date: | 2016-08-16 |
| Package Last Update: | 2016-08-22 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:03:54 |
| Package Statistics | |
|---|---|
| Total Downloads: | 118 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Init after the first installation:
cp ./vendor/vovanmix/phinx-laravel-style/src/phinx-settings.php ./phinx.php
Generate migration:
php vendor/bin/phinx create --class=default MyNewMigration
Migrate:
php vendor/bin/phinx migrate
Rollback:
php vendor/bin/phinx rollback