To install the ZR Audit Bundle, follow the steps below:
-
Ensure the below has been added to the
composer.jsonrepositories before the drupal repository if you're on Drupal 11:{ "type": "vcs", "url": "https://git.drupalcode.org/issue/schema-3465075" }, -
Ensure the below has been added to the
composer.jsoninstaller-paths:"web/recipes/custom/{$name}": ["type:drupal-recipe"]
-
Run
composer require zr/zr-audit-bundle -
Run the following command (within the
/webdirectory):ddev drush recipe recipes/custom/zr-audit-bundle
This command will execute the ZR Audit Bundle installation.
You should also get https://www.drupal.org/project/sensitive_data. To do this:
cd ~/.drush/commandsgit clone https://git.drupalcode.org/project/sensitive_data.gitdrush cc drush
This bundle installs the following:
- site_audit
- reroute_email
- hacked
- diff
- unused_modules
- coder
- security_review
- schema
- upgrade_status
- phpmd