PHP code example of dushevadnqka / migmag

1. Go to this page and download the library: Download dushevadnqka/migmag 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/ */

    

dushevadnqka / migmag example snippets


\Dushevadnqka\Migmag\Providers\MigmagServiceProvider::class

    php artisan migmag:migrate

    php artisan migmag:migrate --path=path/to/your/migration-file

    php artisan migmag:migrate:status

    php artisan migmag:migrate:status --path=path/to/your/migration-file

    php artisan migmag:migrate:reset

    php artisan migmag:migrate:reset --migration=migration-file-name

    php artisan migmag:migrate:refresh

    php artisan migmag:migrate:refresh --path=path/to/your/migration-file