We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a0c47 commit d3c4858Copy full SHA for d3c4858
src/CreateCommand.php
@@ -33,10 +33,11 @@ class CreateCommand extends Command
33
{--basic? : Create a raw leaf project}
34
{--api? : Create a new Leaf MVC project for APIs}
35
{--mvc? : Create a new Leaf MVC project}
36
- {--custom? : Scaffold a personalized Leaf app}
37
{--docker? : Scaffold a docker environment}
38
{--force? : Forces install even if the directory already exists}';
39
+ // {--custom? : Scaffold a personalized Leaf app}
40
+
41
protected $description = 'Create a new Leaf project';
42
43
protected function handle(): int
src/themes/leaf3/composer.json
@@ -1,5 +1,5 @@
1
{
2
"require": {
3
- "leafs/leaf": "*"
+ "leafs/leaf": "v4.0-beta"
4
}
5
0 commit comments