tbphp/laravel-queue-rocketmq

laravel 8 queue rocketmq implements

1.0.0 2021-05-19 13:59 UTC

This package is auto-updated.

Last update: 2025-03-19 22:11:58 UTC


README

see freyo/laravel-queue-rocketmq

return [
    'providers' => [
        ...
        Tbphp\LaravelQueueRocketMQ\LaravelQueueRocketMQServiceProvider::class,
    ],
];