Skip to content

6. wel CLI

ArachnidsGrip edited this page Apr 15, 2019 · 1 revision

w.eloquent have a artisan clone. It's called wel.

See the Laravel documentation about artisan. You have the same features and API.

// to see a list of commands
> php wel

// to see the base theme example
> php wel example
> Hey there! I'm WEL. How are you?
  • NOTE: The available commands are been adapted to WordPress environment, so it's a working in progress.
Clone this wiki locally