Command Palette

Adds a keyboard-triggered command palette to the backend for fast navigation, settings access, and quick actions

Back to Command Palette Support

dave22269
dave22269

Works really well. Great time saver. Thank-you.

The 'php artisan plugin:install Ducharme.CommandPalette` did not work for me on OCMS4.

$ php artisan plugin:install Ducharme.CommandPalette Installing Plugin: Ducharme.CommandPalette Executing: composer require ducharme/commandpalette-plugin ^1.0

Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Root composer.json requires ducharme/commandpalette-plugin ^1.0, found ducharme/commandpalette-plugin[dev-main] but it does not match the constraint. In ComposerManager.php line 86:
    Failed to update composer dependencies

but this did: composer require ducharme/commandpalette-plugin:dev-main

philippe.ducharme172087
philippe.ducharme172087

Thank you very much for your feedback! I’m really glad the plugin is useful to you!

The installation issue is now fixed. The v1.0.0 tag was simply missing from the repository, which prevented Composer from finding a version matching the ^1.0 constraint.

You can now run the installation again with:

php artisan plugin:install Ducharme.CommandPalette

This should update your composer.json from:

"ducharme/commandpalette-plugin": "dev-main"

to:

"ducharme/commandpalette-plugin": "^1.0"

Thanks again for reporting the issue!

dave22269
dave22269

Yep. That fixed it. Thank-you.

1-3 of 3