Skip to content

Instantly share code, notes, and snippets.

View tabirkeland's full-sized avatar

Taylor Birkeland tabirkeland

View GitHub Profile
@chihebnabil
chihebnabil / Foo.php
Created April 21, 2020 17:27 — forked from h-collector/Foo.php
Standalone Laravel Queue + Redis example
<?php
namespace Jobs;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Redis\Database as Redis;
class Foo extends Job
{
use InteractsWithQueue;