F
Filament3mo 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
Dimitar3mo ago
try using the full path? use \Filament\Forms\Components\DatePicker;
josef
josef3mo ago
Capital P

Did you find this page helpful?