drupal / spaces_og_accelerated
此模块为spaces_og提供性能增强。
dev-6.x-3.x
2012-12-13 13:59 UTC
Requires
- allplayers/cloaking-device: dev-master
This package is not auto-updated.
Last update: 2024-09-22 03:01:45 UTC
README
spaces_og_accelerated模块需要cloaking-device PHP库。
要安装,请使用以下方法之一
如使用库模块,从GitHub克隆cloaking-device PHP库
# 从您的站点docroot。git clone https://github.com/pdrakeweb/cloaking-device.git sites/all/libraries/cloaking-device
通过Drush安装(如果使用库模块)
# 从您的站点docroot。drush cloaking-device-download
通过composer安装模块,或在您的composer.json中:{"require":{
"allplayers/cloaking-device": "dev-master"
} }