PHP code example of denis-kisel / laravel-migration-pump
1. Go to this page and download the library: Download denis-kisel/laravel-migration-pump 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/ */
denis-kisel / laravel-migration-pump example snippets
bash
$ php artisan pump
#Below command is equivalent commands
$ php artisan migrate
$ php artisan migrate:rollback
$ php artisan migrate