Three critical lessons: 1. ALWAYS use `ls -la app/filament/Resources/` first to confirm path 2. NEVER use UnitEnum/BackedEnum imports - they are PHP built-in types 3. STOP and thoroughly diagnose when issues repeat, instead of continuing blindly These are PHP 8.2 built-in enum types, not classes that need importing. Reference working code: - SupplierResource.php works WITHOUT these imports - Use type declarations directly: string|BackedEnum|null and UnitEnum|string|null |
||
|---|---|---|
| .. | ||
| 2026-02-02.md | ||
| 2026-02-03.md | ||