System Grab Bag

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

ddev

Container based local development tool for PHP environments. More information: https://ddev.readthedocs.io.
  • Start up a project:
    ddev start
  • Configure a project's type and docroot:
    ddev config
  • [f]ollow the log trail:
    ddev logs -f
  • Run composer within the container:
    ddev composer
  • Install a specific Node.js version:
    ddev nvm install {{version}}
  • Export a database:
    ddev export-db --file={{/tmp/db.sql.gz}}
  • Run a specific command within a container:
    ddev exec {{echo 1}}

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.