dev-master
9999999-devArtisan command for beanstalk
The Requires
- php >=5.6.4
- pda/pheanstalk ~3.0
by Evgeniy Marthenov
v1.0.1
1.0.1.0Artisan command for beanstalk
The Requires
- php >=5.6.4
- pda/pheanstalk ~3.0
by Evgeniy Marthenov
Wallogit.com
2017 © Pedro Peláez
Artisan command for beanstalk
The component provides an artisan command for Beanstalk. With which you can run worker for all queues that have the format subject.queue., (*1)
composer require friday14/artisan-beanstalk ~1.0, (*2)
Add the ServiceProvider to the providers array in config/app.php, (*3)
Friday14\Beanstalk\ServiceProvider::class
For example, if there are 3 queues with names
subject.queue1, subject.queue2, subject.queue3
We can run all artisan with the artisan command:, (*4)
php artisan queue:beanstalk --queue=subject.*
Artisan command for beanstalk
Artisan command for beanstalk