Skip to content

Instantly share code, notes, and snippets.

View muihlinn's full-sized avatar

Luis Miguel Castañeda muihlinn

View GitHub Profile
@muihlinn
muihlinn / Kernel.php
Last active May 31, 2022 18:19 — forked from davidrushton/Kernel.php
Laravel >=5 Queue monitoring in Shared Hosting (using queue:work) with auto restart.
<?php
namespace App\Console;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel
{
/**