library li3_phinx
Phinx wrapper for li3
ona/li3_phinx
Phinx wrapper for li3
- Friday, February 23, 2018
- by dgrosso
- Repository
- 0 Watchers
- 0 Stars
- 8 Installations
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Introduction
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., (*1)
Installation/Configuration
-
composer require ona/li3_phinx
, (*2)
-
Add the plugin in your libraries.php (/path/to/li3_app/config/bootstrap/libraries.php)
:, (*3)
Libraries::add('li3_phinx');
Usage
/path/to/li3_app$ ./li3 phinx [command]
Note refer to the original phinx documentation for detailed usage instructions., (*4)