Skip to content

Instantly share code, notes, and snippets.

View HKandulla's full-sized avatar

Hannes Kandulla HKandulla

View GitHub Profile
@HKandulla
HKandulla / ClearLogsCommand.php
Last active May 27, 2021 06:49
Symfony Clear Logs Command
<?php
namespace Std\AppBundle\Command;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Console\Style\SymfonyStyle;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;