someniatko/phinx-dotenv-wrapper

This package is abandoned and no longer maintained. No replacement package was suggested.

Wrapper over phinx binary with added support for .env file

v0.1.1 2018-11-06 12:18 UTC

This package is auto-updated.

Last update: 2019-11-01 09:09:05 UTC


README

Wrapper over phinx binary (robmorgan/phinx) with added support for .env file.

Installation

Run composer require someniatko/phinx-dotenv-wrapper.

Usage

Add .env file to the root of your project. Then, instead of running ./vendor/bin/phinx, use ./vendor/bin/phinx-dotenv-wrapper. Commands and their arguments stay the same.