savannabits / filament-flatpickr

Extend your Filament Date-Picking with Flatpickr
MIT License
43 stars 31 forks source link

[Bug]: Installation error w/ Filament v2 environment #44

Open RyanDrewniak opened 9 months ago

RyanDrewniak commented 9 months ago

What happened?

I ran the installation composer command: composer require savannabits/filament-flatpickr and got the following output:

Screenshot 2023-09-13 at 8 39 56 AM

It does look like it installed the package, but it refuses to work. I tried the follow-up command: php artisan vendor:publish --tag="filament-flatpickr-assets" --force, but I got the same error:

Screenshot 2023-09-13 at 8 41 05 AM

How to reproduce the bug

Run through the installation steps as noted in the Readme for filament v2.

Package Version

3.0.1

PHP Version

8.2.10

Laravel Version

10.22.0

Which operating systems does with happen with?

macOS

Notes

No response

RyanDrewniak commented 8 months ago

Any leads on this?

dannydehaan commented 7 months ago

Just use

composer require savannabits/filament-flatpickr:v2.0.0