Skip to content

Commit d93ce52

Browse files
committed
Convert to artisan command
1 parent 83c8c41 commit d93ce52

14 files changed

+678
-108
lines changed

blueprint.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"license": "MIT",
1010
"require": {
1111
"symfony/yaml": "^4.3",
12+
"illuminate/console": "^5.8",
13+
"illuminate/filesystem": "^5.8",
1214
"illuminate/support": "^5.8"
1315
},
1416
"require-dev": {
@@ -24,5 +26,12 @@
2426
"psr-4": {
2527
"Tests\\": "tests/"
2628
}
29+
},
30+
"extra": {
31+
"laravel": {
32+
"providers": [
33+
"Blueprint\\BlueprintServiceProvider"
34+
]
35+
}
2736
}
2837
}

0 commit comments

Comments
 (0)