Skip to content

hlgrrnhrdt/laravel-resque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

This package provides tools for the following, and more:

  • Add jobs to queue
  • Console command to run a single worker

Installation

Via composer

$ composer require hlgrrnhrdt/laravel-resque

Copy the config file config/resque.php from the package to your config folder. Additionally a default redis connection needs to be configured in config/redis.php.

Laravel

'providers' => [
    Hlgrrnhrdt\Resque\ResqueServiceProvider::class
]

Lumen

Open bootstrap/app.php and register the required service provider

$app->register(Hlgrrnhrdt\Resque\ResqueServiceProvider::class);

and load the config with

$app->configure('resque');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages