PHP code example of pfilsx / yii2-migration-core

1. Go to this page and download the library: Download pfilsx/yii2-migration-core 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/ */

    

pfilsx / yii2-migration-core example snippets

bash
php yii prepare-packages # для обычного запуска(prod окружение)
php yii prepare-packages --interactive=0 # для тихого запуска(prod окружение)

php yii prepare-packages --env=dev # для обычного запуска(dev окружение)
php yii prepare-packages --interactive=0 --env=dev # для тихого запуска(dev окружение)