Skip to content
Acorn
v4.1.0

WP-CLI

Acorn comes with WP-CLI commands similar to Laravel's artisan CLI.

Available commands

  • wp acorn clear-compiled — Remove the compiled class file
  • wp acorn completion — Dump the shell completion script
  • wp acorn env — Display the current framework environment
  • wp acorn help — Display help for a command
  • wp acorn list — List commands
  • wp acorn optimize — Cache the framework bootstrap files

  • wp acorn acorn-init — Initializes required paths in the base directory

  • wp acorn config:cache — Create a cache file for faster configuration loading
  • wp acorn config:clear — Remove the configuration cache file

  • wp acorn optimize:clear — Remove the cached bootstrap files

  • wp acorn make:command — Create a new Artisan command
  • wp acorn make:component — Create a new view component class
  • wp acorn make:composer — Create a new view composer class
  • wp acorn make:provider — Create a new service provider class

  • wp acorn package:discover — Rebuild the cached package manifest

  • wp acorn vendor:publish — Publish any publishable assets from vendor packages

  • wp acorn view:cache — Compile all of the application's Blade templates
  • wp acorn view:clear — Clear all compiled view files

Contributors

Last updated

Support Roots

Help us continue to build and maintain our open source projects. We’re a small team of independent developers and every little bit helps.

Sponsor Roots on GitHub

Digging Deeper