Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Class "Filament\Support\Facades\FilamentAsset" not found #41

Open
xiaoCreagia opened this issue Aug 31, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@xiaoCreagia
Copy link

What happened?

image

How to reproduce the bug

composer require savannabits/filament-flatpickr

Package Version

3.0.1

PHP Version

8.2

Laravel Version

10

Which operating systems does with happen with?

macOS

Notes

No response

@xiaoCreagia xiaoCreagia added the bug Something isn't working label Aug 31, 2023
@vinayakdev
Copy link

version mismatch, check your composer it wil be like this
"savannabits/filament-flatpickr": "*",

change it to something like this
"savannabits/filament-flatpickr": "^2",

check packagist to identify which version to use
https://packagist.org/packages/savannabits/filament-flatpickr#v2.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants