tldr/pages/common/cradle.md

22 lines
385 B
Markdown
Raw Normal View History

2018-11-12 10:29:06 +00:00
# cradle
> The Cradle PHP framework.
> Some subcommands such as `cradle install` have their own usage documentation.
2019-06-09 00:05:30 +01:00
> More information: <https://cradlephp.github.io>.
2018-11-12 10:29:06 +00:00
- Connect to a server:
`cradle connect {{server_name}}`
- Display general help:
`cradle help`
- Display help for a specific command:
`cradle {{command}} help`
- Execute a Cradle command:
`cradle {{command}}`