Craft-User-Manual icon indicating copy to clipboard operation
Craft-User-Manual copied to clipboard

Cannot install

Open proximo7 opened this issue 2 years ago • 1 comments

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 avatar Dec 27 '22 21:12 proximo7

@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.

daltonrooney avatar Jan 06 '23 20:01 daltonrooney