Installation
Requirements
- Craft CMS 5.0 or later
- PHP 8.2 or later.
Install using Composer
# go to the project directory
cd /path/to/my-project
# tell Composer to load the plugin
composer require johnhenry/matrix-block-anchor
# tell Craft to install the plugin
./craft plugin/install matrix-block-anchorInstall using DDEV
ddev composer require "johnhenry/matrix-block-anchor:^3.3.0" -w && ddev craft plugin/install matrix-block-anchorInstall from the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Matrix Block Anchor”. Then press “Install”.