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
- Host: GitHub
- URL: https://github.com/denis-kisel/laravel-migration-pump
- Owner: denis-kisel
- Created: 2019-04-13T10:04:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T05:01:18.000Z (over 6 years ago)
- Last Synced: 2025-11-27T14:50:34.473Z (7 months ago)
- Topics: laravel, migration, pump
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```