url($value); } private static function isAssetPath(string $path): bool { return str_starts_with($path, 'images/'); } private static function isExternalUrl(string $path): bool { return str_starts_with($path, 'http://') || str_starts_with($path, 'https://') || str_starts_with($path, '//'); } }