Installation guide
This content is not available in your language yet.
System requirements
Section titled “System requirements”Installation
Section titled “Installation”Method 1: Using Composer (recommended)
Section titled “Method 1: Using Composer (recommended)”Install the extension.
composer require github_username/github_repository-nameMethod 2: Manual installation
Section titled “Method 2: Manual installation”Add to your composer.json.
{ "require": { "github_username/github_repository-name": "^1.0" }}Then run.
composer updateNext steps
Section titled “Next steps”Once the installation is complete.