Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZhiShiQ/FlarumQueue
https://github.com/ZhiShiQ/FlarumQueue
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ZhiShiQ/FlarumQueue
- Owner: ZhiShiQ
- Created: 2019-01-15T06:14:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T09:39:48.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T11:24:25.606Z (5 months ago)
- Language: PHP
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flarum - 2019 - Add asyn job queue handle feature to laravel with laravel queue. (Extensions / Others ([:top:](#table-of-contents)))
README
This repo is used as a plugin of flarum. You can install it under flarum root directory with the command:
```bash
composer require zhishiq/flarum-queue
```This plugin is supposed to be used as a basis by other plugins, it register illuminate/queue service provider with settings which can be set in flarum plugin backend.
This plugin
![Screenshot](screenshot.jpg?raw=true "Title")
This plugin provides two commands: `queue:listen`, `queue:work`
You can run the commands through:
```bash
php flarum queue:listen
```This repo reuses the code in illuminate/queue, so the command `flarum queue:listen` and `flarum queue:work` are the same with `artisan queue:listen` and `artisan queue:work`