Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 392 Bytes

LifterLMS Plugin Add-On Scaffolding

Updating global install locally

npm install -g /Users/thomasplevy/_LOCAL/slush-llms-scaffold

Creating a New Plugin

mkdir plugin-name && cd plugin-name && llms-scaffold

Answer the prompts to proceed

Create Empty PHP Classes

cd plugin-name && llms-scaffold component

Answer the propmts to proceed