Bumped from 3 to 3.2 and getting 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
Any ideas?
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