- WordPress 6.6 or higher
- PHP 8.2 or higher
- Download the
carousel-kit.zipfile from the Releases page. - Log in to your WordPress admin dashboard.
- Go to Plugins > Add New Plugin.
- Click Upload Plugin.
- Select the downloaded
.zipfile and click Install Now. - Activate the plugin.
Note: If this plugin is not available via WPackagist, use the VCS method below:
-
Add the repository to your existing
composer.json:"repositories": [ { "type": "vcs", "url": "https://github.com/rtCamp/carousel-kit" } ]
-
Run the installation command (stable release):
composer require rtcamp/carousel-kit:^1.0