awcodes / overlook

An app overview widget for Filament panels.
MIT License
158 stars 11 forks source link

Class "NumberFormatter" not found #40

Closed abbasmashaddy72 closed 3 months ago

abbasmashaddy72 commented 4 months ago

Filament Version

v3

Plugin Version

v2.2

PHP Version

PHP 8.3

Problem description

Class "NumberFormatter" not found

A class import is missing You have a missing class import. Try importing this class: PhpOffice\PhpSpreadsheet\Style\NumberFormat\NumberFormatter.

Expected behavior

To Work Normally If I disable abbreviateCount it works

Steps to reproduce

  1. Normally Update the Code
  2. Opened Dashboard Found that I got this error

Reproduction repository

No response

Relevant log output

Error Share Link

https://flareapp.io/share/V7jdNAjm
awcodes commented 4 months ago

Sounds like your server is missing the 'ext-intl' extension.

abbasmashaddy72 commented 4 months ago

Let me check

abbasmashaddy72 commented 3 months ago

The extension was available maybe there was some issues within my project files or composer package as was migrating from 10 to 11 now it is fixed.

But anyway Thanks