PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Faisal Islam   Multiple Laravel Migration Path Directories   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Multiple Laravel Migration Path Directories
Add custom directories for Laravel migration files
Author: By
Last change:
Date: 4 years ago
Size: 634 bytes
 

Contents

Class file image Download
{ "name": "nscreed/laravel-migration-paths", "description": "Custom migration paths for Laravel project.", "type": "library", "keywords": ["laravel", "migrations"], "license": "MIT", "authors": [ { "name": "Faisal Islam", "email": "faisal.islam70@gmail.com" } ], "minimum-stability": "dev", "prefer-stable": true, "require": { "php": ">=7.0", "illuminate/console": "~5.5|^6.0" }, "autoload": { "psr-4": { "NsCreed\\MigrationPath\\": "src/" } }, "extra": { "laravel": { "providers": [ "NsCreed\\MigrationPath\\ServiceProvider" ] } } }