Download the PHP package movilizame/laravel-http-queue without Composer
On this page you can find all versions of the php package movilizame/laravel-http-queue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download movilizame/laravel-http-queue
More information about movilizame/laravel-http-queue
Files in movilizame/laravel-http-queue
Download movilizame/laravel-http-queue
More information about movilizame/laravel-http-queue
Files in movilizame/laravel-http-queue
Vendor movilizame
Package laravel-http-queue
Short Description Http Queue Driver for Laravel (Post to server)
License MIT
Package laravel-http-queue
Short Description Http Queue Driver for Laravel (Post to server)
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-http-queue
Laravel 5 Http Queue Driver
Install
Require the latest version of this package with Composer
composer require movilizame/laravel-http-queue
Add the Service Provider to the providers array in config/app.php
Movilizame\Queue\HttpServiceProvider::class,
You should now be able to use the http driver in config/queue.php.
'connections' => array(
...
'http' => array(
'driver' => 'http',
'host' => 'http://localhost:8080/worker'
),
...
}
Set the default to http
, either by changing to config or setting QUEUE_DRIVER
in your .env
file to http
.
All versions of laravel-http-queue with dependencies
PHP Build Version
Package Version
The package movilizame/laravel-http-queue contains the following files
Loading the files please wait ....