wheels plugins install
Installs a CFWheels plugin from various sources including ForgeBox, GitHub, or local files.
Usage
Parameters
plugin
- (Required) Plugin name, ForgeBox slug, GitHub URL, or local path--version
- (Optional) Specific version to install. Default: latest--force
- (Optional) Force installation even if plugin exists--save
- (Optional) Save plugin to box.json dependencies
Description
The plugins install
command downloads and installs CFWheels plugins into your application. It supports multiple installation sources:
ForgeBox Registry: Official and community plugins
GitHub Repositories: Direct installation from GitHub
Local Files: ZIP files or directories
URL Downloads: Direct ZIP file URLs
The command automatically:
Checks plugin compatibility
Resolves dependencies
Backs up existing plugins
Runs installation scripts
Examples
Install from ForgeBox
Install specific version
Install from GitHub
Install from local file
Force reinstall
Install and save to dependencies
Installation Process
Download: Fetches plugin from specified source
Validation: Checks compatibility and requirements
Backup: Creates backup of existing plugin (if any)
Installation: Extracts files to plugins directory
Dependencies: Installs required dependencies
Initialization: Runs plugin setup scripts
Verification: Confirms successful installation
Output
Plugin Sources
ForgeBox
GitHub
Direct URL
Notes
Plugins must be compatible with your CFWheels version
Always backup your application before installing plugins
Some plugins require manual configuration after installation
Use
wheels plugins list
to verify installationRestart your application to activate new plugins
Last updated
Was this helpful?