Download the PHP package tjura/yii2-migration-helper without Composer
On this page you can find all versions of the php package tjura/yii2-migration-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-migration-helper
Yii 2 - Migration generator
- Integration time and difficulty
- Description && How its works
- Usage
- How to install
- Dev notes
Integration time and difficulty
- Around 5 minutes
- Very easy
Requirements
- PHP >= 8.1
- Yii2 >= 2.0.8
Description && How its works
This is an interactive Yii migrate command expansion. It will help you to create basic migrations using question in command line. This extension basically creating commands according Yii documentation https://www.yiiframework.com/doc/guide/2.0/en/db-migrations
Example output:
Usage
Available options
- Create table
- Drop table
- Add column
- Drop Column
- Add Junction Table
- Redo last
- Down last
- Create empty migration
- Up
Installation instructions
Update your console.php config file
Dev notes
- This project was created for help me understand how to create good quality opensource extension and also to improve everyday tasks when working on Yii2 projects.
What's next
- Improve code quality and write unit tests
- Release improved version for older php 7.x
All versions of yii2-migration-helper with dependencies
PHP Build Version
Package Version
The package tjura/yii2-migration-helper contains the following files
Loading the files please wait ....