added custom migration generator artisan command

This commit is contained in:
Garrett Mills
2016-12-30 05:18:49 +00:00
parent 78c8ebadc2
commit 95f5ba11df
9 changed files with 502 additions and 21 deletions

View File

@@ -19,6 +19,7 @@
"autoload": {
"psr-4": {
"Glmdev\\Meta\\": "src/",
"Glmdev\\Meta\\Commands\\": "src/Commands/",
"Glmdev\\Meta\\Tests\\": "tests/"
}
}