Filament Cant find has uploading message
I tried to added file upload ti my form but i keeping getting that error
here us my form code
3 Replies
try
composer install
show composer.json
is the file definitely there?i tried no hope added to that filament is working if i removed fileuploder
"require": {
"php": "^8.1",
"blade-ui-kit/blade-heroicons": "^2.3",
"filament/filament": "^3.2",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8"
},
Try to remove
vendor
and reinstall