drupal / spaces_og_accelerated
This module provides performance enhancements for 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-11-03 03:28:34 UTC
README
The spaces_og_accelerated module requires the cloaking-device PHP library.
To install, use one of the following methods:
Checkout the cloaking-device PHP library from github like so (if using the libraries module):
# From your site's docroot. git clone https://github.com/pdrakeweb/cloaking-device.git sites/all/libraries/cloaking-device
Install via Drush (if using the libraries module):
# From your site's docroot. drush cloaking-device-download
Install the module via composer, or in your own composer.json: { "require":{
"allplayers/cloaking-device": "dev-master"
} }