Download the PHP package ivanovyordan/yii2-migration without Composer
On this page you can find all versions of the php package ivanovyordan/yii2-migration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ivanovyordan/yii2-migration
More information about ivanovyordan/yii2-migration
Files in ivanovyordan/yii2-migration
Download ivanovyordan/yii2-migration
More information about ivanovyordan/yii2-migration
Files in ivanovyordan/yii2-migration
Vendor ivanovyordan
Package yii2-migration
Short Description Yii 2 composer module migration helper
License MIT
Package yii2-migration
Short Description Yii 2 composer module migration helper
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-migration
Yii 2 Dependencies Migration
This is a small Composer module that helps you reuse your Yii 2 modules.
Installation
Either run the following command in your project root:
or add this to the require section of your composer.json
file:
Setup
Add the following to two rows to the scripts
sections in your composer.json
file:
Usage
- Create packages for all your modules you want to reuse.
- Create a
migrations
folder for modules that requires migrations. - Add your migrations in the
migration
directory.
Following these three steps will give you the chance to reuse and redistribute and update your modules without the need to manually do your migrations.
All versions of yii2-migration with dependencies
PHP Build Version
Package Version
The package ivanovyordan/yii2-migration contains the following files
Loading the files please wait ....