Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.27 KB

File metadata and controls

37 lines (25 loc) · 1.27 KB

Module Queues for Bluz Skeleton

Achievements

PHP >= 7.1+

Latest Stable Version

Build Status

Scrutinizer Code Quality

Total Downloads

License

Usage

Install module

To install the module run the command:

php /vendor/bin/bluzman module:install queues

Run CLI

To run worker, run the command:

php /vendor/bin/bluzman run queues/worker
php /vendor/bin/bluzman db:migrate

Remove module

To remove the module, run the command:

php /vendor/bin/bluzman module:remove queues