F
Filament4mo ago
bflip

Bumped from 3 to 3.2 and getting Leage\Csv\Writer not found

/vendor/filament/actions/src/Exports/Jobs/PrepareCsvExport.php:53 Leage\Csv\Writer not found
/vendor/filament/actions/src/Exports/Jobs/PrepareCsvExport.php:53 Leage\Csv\Writer not found
Did I miss a step? For context, this is for an export action. I did try composer require filament/filament:^3.2 -W but doesn't seem to have helped. I've also tried simply requiring League/Csv but it didn't help. I do see the League\Csv\Writer file in my vendor folder. I'm not sure what's up...
2 Replies
bflip
bflip4mo ago
Any ideas?
Dennis Koch
Dennis Koch4mo ago
I do see the League\Csv\Writer file in my vendor folder. I'm not sure what's up...
In that case: - Try composer dump-autoload - If it doesn't help. Remove vendor/ and run composer install again