Skip to content

Commit 1d3f4bd

Browse files
committed
feat: rework create command
1 parent a72bd99 commit 1d3f4bd

File tree

3 files changed

+87
-424
lines changed

3 files changed

+87
-424
lines changed

bin/leaf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $app = sprout()->createApp([
2020
'version' => ''
2121
]);
2222

23-
// $app->register(Leaf\Console\CreateCommand::class);
23+
$app->register(Leaf\Console\CreateCommand::class);
2424
// $app->register(Leaf\Console\UICommand::class);
2525
$app->register(Leaf\Console\UpdateCommand::class);
2626
$app->register(Leaf\Console\InstallCommand::class);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"ext-json": "*",
25-
"leafs/fs": "^1.0",
25+
"leafs/fs": "^2.0",
2626
"leafs/sprout": "dev-main",
2727
"psy/psysh": "*"
2828
},

0 commit comments

Comments
 (0)