Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.2 KB

project is maintained

Redfin Solutions Drupal Commands

What is it?

A package of helper commands for ddev commonly used when developing Drupal websites.

How to install?

DDEV addons can be installed from the command line using the ddev get command. For this addon, run ddev get redfinsolutions/ddev-commands .

Available commands

  • A web command ctoggle that will enable or disable caching.
  • A web command tdebug that will composer install and enable a Drupal module.
  • A web command make that runs a make command inside DDEV.
  • A web command phpunit that runs a make command inside DDEV.
  • A host command login to open a browser to a Drupal site with an admin login.
  • A host command stop-other to stop all other running DDEV projects.
  • A host command x to execute any command inside DDEV.

Based on the original ddev-contrib recipe by @CONTRIBUTOR