2017 © Pedro Peláez
 

kohana-module kohana-doctrine-migrations

Kohana module to integrate with Doctrine ORM migrations

image

seyfer/kohana-doctrine-migrations

Kohana module to integrate with Doctrine ORM migrations

  • Wednesday, June 10, 2015
  • by seyfer
  • Repository
  • 1 Watchers
  • 2 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Doctrine Migrations

Doctrine Migrations module for Kohana 3.3 - Module URL: http://github.com/seyfer/kohana-doctrine-migrations - Compatible Kohana Version(s): 3.3, (*1)

Usage

Require kohana-doctrine installed. https://github.com/seyfer/kohana-doctrine, (*2)

Copy doctrine.php and migrations.xml to application/config., (*3)

php vendor/kohana/modules/doctrine/bin/doctrine migrations:diff --configuration=application/config/migrations.xml
php vendor/kohana/modules/doctrine/bin/doctrine migrations:status --configuration=application/config/migrations.xml

Description

This module allows for managing database migrations between multiple environments easily by utilizing the Doctrine migrations library., (*4)

Requirements & Installation

The Doctrine Migrations module is tested with Doctrine v2.4. You should create a doctrine config file and specify vendor path in your config/doctrine.php file under configuration key, (*5)

To run from the command line, you will need kohana-doctrine module available at http://github.com/seyfer/kohana-doctrine Remember to add this module after kohana-doctrine in the bootstrap.php After that you will be able to run ./modules/kohana-doctrine/bin/doctrine or copy it to your application root, (*6)

Additional information about how to create migration classes can be found at http://www.doctrine-project.org/projects/migrations/2.0/docs/reference/en, (*7)

The Versions

10/06 2015

dev-3.2/master

dev-3.2/master

Kohana module to integrate with Doctrine ORM migrations

  Sources   Download

The Requires

 

10/06 2015

dev-3.3/master

dev-3.3/master

Kohana module to integrate with Doctrine ORM migrations

  Sources   Download

The Requires

 

10/06 2015

dev-master

9999999-dev

Kohana module to integrate with Doctrine ORM migrations

  Sources   Download

The Requires