leaf
Create and interact with your leaf projects
Subcommands
Name | Description |
---|---|
completion | Dump the shell completion script |
create | [init] Create a new Leaf PHP project |
deploy | [publish] Deploy your leaf project |
help | Display help for a command |
install | Add a new package to your leaf app |
interact | Interact with your application |
list | List commands |
run | Run a script in your composer.json |
serve | Run your Leaf app |
test | Test your leaf application through leaf alchemy |
test:setup | Add tests to your application |
uninstall | Uninstall a package |
update | Update leaf cli to the latest version |
Options
Name | Description |
---|---|
-h, --help | Display help for the given command. When no command is given display help for the list command |
-q, --quiet | Do not output any message |
-V, --version | Display this application version |
--ansi | Force ANSI output |
--no-ansi | Disable ANSI output |
-n, --no-interaction | Do not ask any interactive question |
-v, --verbose |
|