Get Started
Installation
Learn how to install the Craft Loanwords Craft CMS plugin.
Requirements
- Requires Craft CMS 5.0.0 or later.
- PHP 8.2 or later.
Craft Plugin Store
To install Loanwords, go to the Plugin Store in your Craft control panel, search for "Loanwords," and click the Install button.
Composer
With ddev:
ddev composer require samuelreichor/craft-loanwords &&
ddev craft plugin/install loanwords
With php:
composer require samuelreichor/craft-loanwords &&
php craft plugin/install loanwords