PHP code example of dn23rus / yii2-extended-migration
1. Go to this page and download the library: Download dn23rus/yii2-extended-migration library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
dn23rus / yii2-extended-migration example snippets
'controllerMap' => [
// ...
'migrate' => [
'class' => yii\console\controllers\MigrateController::class,
'templateFile' => '@vendor/dn23rus/yii2-extended-migration/views/migration.php',
],
// ...
],
php composer.phar