Skip to content

Instantly share code, notes, and snippets.

View RhysLees's full-sized avatar
🏠
Working from home

Rhys Lees RhysLees

🏠
Working from home
View GitHub Profile
@RhysLees
RhysLees / AssetsScannerCommand.php
Created December 5, 2023 23:57 — forked from emsifa/AssetsScannerCommand.php
Laravel Command for Scan Used/Unused Asset Files
<?php
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;
class AssetsScannerCommand extends Command {
/**
* The console command name.