denis-kisel/laravel-migration-pump

There is no license information available for the latest version (v1.1) of this package.

Pump for laravel migration

v1.1 2019-10-10 05:01 UTC

This package is auto-updated.

Last update: 2024-05-10 14:50:32 UTC


README

This is package for fast check correct new migration

Installation

Via Composer

$ composer require denis-kisel/laravel-migration-pump

Usage

$ php artisan pump

#Below command is equivalent commands
$ php artisan migrate
$ php artisan migrate:rollback
$ php artisan migrate