PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   Laravel Migration Rollback   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Migration Rollback
Revert one or more database migrations
Author: By
Last change:
Date: 4 years ago
Size: 718 bytes
 

Contents

Class file image Download
{ "name": "djunehor/laravel-revert-migration", "description": "Specify migration file or directory to run. Revert specific migrations.", "keywords": ["migration","migrate","database","specific", "revert", "laravel"], "type": "library", "license": "MIT", "authors": [ { "name": "Zacchaeus Bolaji", "email": "djunehor@gmail.com" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "Djunehor\\CherryPick\\": "src/" } }, "extra": { "laravel": { "providers": [ "Djunehor\\CherryPick\\CherryPickMigrateServiceProvider" ] } } }