Skip to content

Instantly share code, notes, and snippets.

@itsgoingd
itsgoingd / ClockworkConsoleSupport.php
Created May 13, 2020 20:22
clockwork symfony support poc
<?php namespace Clockwork\Support\Symfony;
use Clockwork\Clockwork;
use Clockwork\Support\Laravel\Console\CapturingFormatter;
use Symfony\Component\Console\Application;
use Symfony\Component\Console\ConsoleEvents;
use Symfony\Component\Console\Event\ConsoleCommandEvent;
use Symfony\Component\Console\Event\ConsoleTerminateEvent;
use Symfony\Component\EventDispatcher\EventDispatcher;