Skip to content

Instantly share code, notes, and snippets.

View chengkangzai's full-sized avatar
🎯
Focusing

Ching Cheng Kang chengkangzai

🎯
Focusing
View GitHub Profile
@CharlieEtienne
CharlieEtienne / CheckFilamentCompat.php
Last active August 23, 2025 14:31
Check if your Filament Plugins are ready for v4
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Http;
class CheckFilamentCompat extends Command
{
/**