logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control ddev - PHP Development Environments | Online Free DevTools by Hexmos

Control PHP development environments with ddev. Simplify local development, manage containers, and streamline workflows. Free online tool, no registration required.

ddev

Container based local development tool for PHP environments. More information: https://ddev.readthedocs.io/en/stable/users/usage/cli/.

  • Start up a project:

ddev start

  • Configure a project’s type and docroot:

ddev config

  • Follow the log trail:

ddev logs {{[-f|--follow]}}

  • Run composer within the container:

ddev composer

  • Install a specific Node.js version:

ddev nvm install {{version}}

  • Export a database:

ddev export-db {{[-f|--file]}} {{/tmp/db.sql.gz}}

  • Run a specific command within a container:

ddev exec {{echo 1}}

See Also