ona / li3_phinx
There is no license information available for the latest version (v0.1.1) of this package.
Phinx wrapper for li3
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
v0.1.1
2018-02-23 20:51 UTC
Requires
- robmorgan/phinx: ^0.9.0
This package is auto-updated.
Last update: 2026-04-24 17:42:16 UTC
README
li3_phinx is a [li3]0 command plugin that acts as a simple wrapper for phinx by making the commands available as part of the li3 command set.
Installation/Configuration
`composer require ona/li3_phinx`Add the plugin in your
`libraries.php (/path/to/li3_app/config/bootstrap/libraries.php)`:Libraries::add('li3_phinx');
Usage
/path/to/li3_app$ ./li3 phinx [command]
Note refer to the original phinx documentation for detailed usage instructions.