2017 © Pedro PelĂĄez
 

library laravel-http-queue

Http Queue Driver for Laravel (Post to server)

image

movilizame/laravel-http-queue

Http Queue Driver for Laravel (Post to server)

  • Thursday, April 5, 2018
  • by movilizame
  • Repository
  • 3 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Laravel 5 Http Queue Driver

Install

Require the latest version of this package with Composer, (*1)

composer require movilizame/laravel-http-queue

Add the Service Provider to the providers array in config/app.php, (*2)

Movilizame\Queue\HttpServiceProvider::class,

You should now be able to use the http driver in config/queue.php., (*3)

'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., (*4)

The Versions

05/04 2018

dev-master

9999999-dev

Http Queue Driver for Laravel (Post to server)

  Sources   Download

MIT

The Requires

 

by Botta Mariano Andrés

laravel http queue

05/04 2018

v0.1.0

0.1.0.0

Http Queue Driver for Laravel (Post to server)

  Sources   Download

MIT

The Requires

 

by Botta Mariano Andrés

laravel http queue

05/04 2018

v0.0.4

0.0.4.0

Http Queue Driver for Laravel (Post to server)

  Sources   Download

MIT

The Requires

 

by Botta Mariano Andrés

laravel http queue

05/04 2018

v0.0.3

0.0.3.0

Http Queue Driver for Laravel (Post to server)

  Sources   Download

MIT

The Requires

 

by Botta Mariano Andrés

laravel http queue

05/04 2018

v0.0.2

0.0.2.0

Http Queue Driver for Laravel (Post to server)

  Sources   Download

MIT

The Requires

 

by Botta Mariano Andrés

laravel http queue

05/04 2018

v0.0.1

0.0.1.0

Http Queue Driver for Laravel (Post to server)

  Sources   Download

MIT

The Requires

 

by Botta Mariano Andrés

laravel http queue