Use the command: 1~$ drush pml --no-core --status=Enabled See sample below: 1~$ drush pml --no-core --status=Enabled 2----------------------------- ----------------------------------------------------------- --------- ----------------- 3Package Name Status Version 4----------------------------- …
Read More1Check the current extension directory with: 23php-config --extension-dir 4and you can change it by setting extension_dir in php.ini: 56extension_dir="/usr/lib64/php/modules" 7Don't forget to restart Apache. See https://serverfault.com/questions/316156/change-php-modules-directory
Read More