ona/li3_phinx

There is no license information available for the latest version (v0.1.1) of this package.

Phinx wrapper for li3

v0.1.1 2018-02-23 20:51 UTC

This package is auto-updated.

Last update: 2024-04-24 12:44:49 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

  1. `composer require ona/li3_phinx`

  2. 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.