dev-master
9999999-dev https://www.laraqueue.comThe Laraqueue Laravel Package
MIT
The Requires
- guzzlehttp/guzzle ^6.2
- php >=5.5.9
The Development Requires
by Christopher Mitchell
laravel package laraqueue
The Laraqueue Laravel Package
This is the official Laravel package for Laraqueue, the real-time queue management tool for Laravel applications., (*2)
Require via composer, (*3)
composer require laraqueue/package
Add Service Provider, (*4)
// config/app.php Laraqueue\Package\LaraqueueServiceProvider::class,
Publish, (*5)
php artisan vendor:publish --provider="Laraqueue\Providers\LaraqueueServiceProvider"
Add App Key, (*6)
# .env LARAQUEUE_KEY=<your key here>
Add Hidden Model Attributes, (*7)
Any attribute added will be recursively removed from all job data before being sent to the Laraqueue API. By default, password
is always hidden., (*8)
// config/laraqueue.php 'hidden' => [ 'password' ]
That's it! Laraqueue overrides the Laravel BusServiceProvider::dispatch
method to report all non-sync jobs., (*9)
Coming Soon., (*10)
Laraqueue Office Package is open-sourced software licensed under the MIT license, (*11)
The Laraqueue Laravel Package
MIT
laravel package laraqueue