F
Filament2mo ago
mithyy

Class "Filament\Forms\Components\Datepicker" not found

Hello, I am setting up a new installation. I installed all the packages on the server using composer install. However, I am getting the error mentioned in the title. What can I do? php:8.3 ubuntu:22.04
No description
2 Replies
Dimitar Papazov DEV
try using the full path? use \Filament\Forms\Components\DatePicker;
josef
josef2mo ago
Capital P

Did you find this page helpful?