System Grab Bag

View all TLDR pages from common (or from all pages)

cradle install

Installs the Cradle PHP framework components. More information: https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#install.
  • Install Cradle's components (User will be prompted for further details):
    cradle install
  • Forcefully overwrite files:
    cradle install --force
  • Skip running SQL migrations:
    cradle install --skip-sql
  • Skip running package updates:
    cradle install --skip-versioning
  • Use specific database details:
    cradle install -h {{hostname}} -u {{username}} -p {{password}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.