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.
<?php
namespace App\Nova\Metrics;
use App\Models\Team;
use Laravel\Nova\Http\Requests\NovaRequest;
use Laravel\Nova\Metrics\Partition;
class TeamsWithSubscriptions extends Partition
{
name: Laravel
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
laravel-tests: