/vvv-ioncube-utility

This utility will set up Ioncube in your VVV environment. Ioncube is a requirement for the Memberium WordPress plugin.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Ioncube VVV utility

Ioncube utility for VVV

This utility will set up Ioncube on your VVV installation. This is required by the Memberium WordPress plugin.

Usage

In your vvv-custom.yml file add under utilities:

utilities:
  core:
    - memcached-admin
    - opcache-status
    - phpmyadmin
    - webgrind
  ioncube:
    - ioncube
utility-sources:
  ioncube: https://github.com/markbain/vvv-ioncube-utility

The core utilities are there by default.

Once you add it, be sure you re-provision your VVV with vagrant reload --provision.