joshembling / image-optimizer

🎨 Optimize your Filament images before they reach your database.
https://filamentphp.com/plugins/joshembling-image-optimizer
MIT License
64 stars 14 forks source link

[Bug]: Trait HasUploadingMessage not found #15

Closed avarik-anam closed 8 months ago

avarik-anam commented 8 months ago

What happened?

error show Trait "Filament\Forms\Components\Concerns\HasUploadingMessage" not found

How to reproduce the bug

i am create new laravel and filament project and implement image optimizer, and this is the error if i access the page that using FileUpload Component

Package Version

1.3.1

PHP Version

8.2.0

Laravel Version

10

Which operating systems does with happen with?

Windows

Notes

No response

joshembling commented 8 months ago

Please read the docs and check out the same issue here https://github.com/joshembling/image-optimizer/issues/12

avarik-anam commented 8 months ago

Thank's, it works