Update Drupal Debug Hints authored by Tom Wiesing's avatar Tom Wiesing
......@@ -167,4 +167,11 @@ Source: https://stackoverflow.com/a/25975930
```
sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql
```
# Clearing all caches (including opcache)
```
drush cr
drush php:eval 'opcache_reset();'
```
\ No newline at end of file