2017 © Pedro Peláez
 

library migrations

Migrations module for Infuse Framework

image

infuse/migrations

Migrations module for Infuse Framework

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

infuse/migrations

Build Status Coverage Status Latest Stable Version Total Downloads, (*1)

Database migrations module for Infuse Framework. Built on Phinx., (*2)

Installation

  1. Install the package with composer:, (*3)

    composer require infuse/migrations
  2. Add the console command to console.commands in your app's configuration:, (*4)

    'console' => [
        // ...
        'commands' => [
            // ...
            'Infuse\Migrations\Console\MigrateCommand'
        ]
    ]
    
  3. Add your migrations to modules.migrations in your app's configuration:, (*5)

    'modules' => [
        // ..
        'migrations' => [
            'auth',
            'users',
            // ...
        ]
    ]
    

The Versions

03/12 2017

dev-master

9999999-dev

Migrations module for Infuse Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

database framework migrations phinx infuse

04/08 2017

1.2

1.2.0.0

Migrations module for Infuse Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

database framework migrations phinx infuse

27/08 2016

1.1

1.1.0.0

Migrations module for Infuse Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

database framework migrations phinx infuse

10/01 2016

1.0

1.0.0.0

Migrations module for Infuse Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

database framework migrations phinx infuse