Installation
Requirements
- Craft CMS 5.4.0 or later
- PHP 8.2 or later
Install via Composer
Open your terminal in your project root and run:
composer require justinholtweb/craft-queuebert
Install the Plugin
Then install the plugin via the Craft CLI:
php craft plugin/install queuebert
Or navigate to Settings → Plugins in the control panel and click “Install” next to Queuebert.
That’s It
Queuebert works out of the box — there’s nothing to configure before it starts working. The next time a queue job runs or waits, the bar slides in at the top of the control panel.
Want to tune the poll interval or which activity triggers the bar? See Configuration. Running a custom queue runner? Check out Custom Queues.