Skip to content

Instantly share code, notes, and snippets.

View chihebnabil's full-sized avatar

Nabil CHIHEB chihebnabil

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;
@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;