-
Notifications
You must be signed in to change notification settings - Fork 0
drupal cr
Paulo Maia Carvalho edited this page May 20, 2026
·
1 revision
Rebuild all Drupal caches. The equivalent of drush cr.
/drupal-cr
Detects whether the Docker stack is running and routes accordingly:
-
Stack running →
docker exec -w /var/www/html <php-container> vendor/bin/drush cr -
Local drush available →
vendor/bin/drush cr -
Neither → error with suggestion to run
/drupal-serve
- After enabling or disabling modules
- After changing theme files or Twig templates
- After modifying
settings.phporservices.yml - After updating routes or plugin definitions
- When you see stale output and suspect a cache issue
Cache rebuild can take 5–20 seconds on larger projects. The skill waits for completion before reporting success.
- drupal-status — full project status including cache backend
- drupal-debug — if the site is broken and CR doesn't help