PHP code example of highcore / doctrine-migration-bundle

1. Go to this page and download the library: Download highcore/doctrine-migration-bundle 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/ */

    

highcore / doctrine-migration-bundle example snippets


$ tree
.
├── sql
│   ├── Version20220708173033_up.sql
│   ├── Version20220708173033_down.sql
│   ├── Version20220710115549_up.sql
│   ├── Version20220710115549_down.sql
├── Version20220708173033.php
├── Version20220710115549.php