WP Manifestindependent plugin directory
manifest / ecommerce / x-woodokan

X Woodokan

This plugin extends and customizes woocommerce and dokan features.

by WeLabs · github.com/samratemily/x-woodokan · 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/samratemily/x-woodokan/archive/refs/heads/develop.zip

Readme

🚧 For Development Environment

Run the following command for development environment.

composer install

To update dependency versions according to composer.json (Modifies your composer.lock)

composer update

🚀 For Production Environment

Run the following command for production environment to ignore the dev dependencies.

composer install --optimize-autoloader --no-dev -q

📦 For Build Release

Set execution permission to the script file by chmod +x bin/build.sh command. Now, Run the following bash script.

bin/build.sh

Read the full README on GitHub →