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
2 Replies
try using the full path?
use \Filament\Forms\Components\DatePicker;
Capital P