Skip to content
hsehszroc edited this page Aug 16, 2021 · 1 revision

Welcome to The Web Solver Admin Onboarding Wizard!

This is an open-source project meant for developers to implement an onboarding system for WordPress Plugins and Themes.

Installation (via Composer)

By editing the composer.json file:

"require": {
	"thewebsolver/tws-admin-onboarding": "~1.1"
}

Then from the terminal, run:

$ composer install

By directly requiring from the CLI:

$ composer require thewebsolver/tws-admin-onboarding:~1.1
Clone this wiki locally