Craft-User-Manual
Craft-User-Manual copied to clipboard
Cannot install
When trying to install from the plugin store it results in a server timeout. When attempting from the command line it shows this error (Craft CMS 4.3.5):
In PackageDiscoveryTrait.php line 375:
Could not find a matching version of package roberskine/craft-user-manual. Check the package spelling, your version constraint and that the package is available in
a stability which matches your minimum-stability (stable).
@proximo7 Try
composer require hillholliday/craft-user-manual -w && php craft plugin/install usermanual
The instructions on the Craft plugin store page reference the incorrect vendor name.