An open API service indexing awesome lists of open source software.

https://github.com/denis-kisel/laravel-migration-pump

Pump for laravel migration
https://github.com/denis-kisel/laravel-migration-pump

laravel migration pump

Last synced: 5 months ago
JSON representation

Pump for laravel migration

Awesome Lists containing this project

README

          

# LaravelMigrationPump

This is package for fast check correct new migration

## Installation

Via Composer

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

## Usage

``` bash
$ php artisan pump

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