System Grab Bag

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

cradle package

Manage packages for a Cradle instance. More information: https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#package.
  • Display a list of available packages:
    cradle package list
  • Search for a package:
    cradle package search {{package}}
  • Install a package from Packagist:
    cradle package install {{package}}
  • Install a specific version of a package:
    cradle package install {{package}} {{version}}
  • Update a package:
    cradle package update {{package}}
  • Update a package to a specific version:
    cradle package update {{package}} {{version}}
  • Remove a specific package:
    cradle package remove {{package}}

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.