我正在尝试安装Drupal8的Devel模块,我正在阅读Drupal的项目/模块的README.txt,我读到了以下内容:
Placing downloaded and custom modules in this directory separates downloaded and
custom modules from Drupal core's modules. This allows Drupal core to be updated
without overwriting these files.我已经从官方网站Drupal - Devel下载了8.x-1.x-dev版本到Drupal8,当我将模块(解压后)粘贴到项目/模块中时,我清除了缓存并更新了“扩展”菜单,但我找不到我的"Devel“模块。
是否需要安装和配置FTP服务器?
发布于 2017-04-13 13:46:08
试着用drush吧。
drush en devel -y发布于 2017-04-20 18:32:58
如果您使用的是composer,请尝试
composer需要drupal/devel
发布于 2015-11-30 08:03:00
也许您可以尝试使用/admin/modules/install,让Drupal把它放在应该放的地方。
https://stackoverflow.com/questions/33955437
复制相似问题