WP Manifestindependent plugin directory
manifest / utilities / optivine

Optivine by Istiaq Hossain

A WordPress Plugin

by Istiaq Hossain · github.com/istiaqhossain/optivine · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/istiaqhossain/optivine/archive/refs/heads/dev.zip

Development

Composer

Install packages composer install

Build Assets

By default, React UI is used. To use Vue UI, set the constant ISTIAQHOSSAIN_OPTIVINE_UI to 'vue' in optivine.php.

Navigate to ui directory cd assets/src/admin/react or cd assets/src/admin/vue

Build assets pnpm install && pnpm run build

PHP Unit testing

Run vendor/bin/phpunit