Export action doesn't work anymore
Hello, a few months ago I developed a feature on filament 3.2 that used the ExportAction and everything worked perfectly, only since a few days I encounter the error :
Class “FilamentActionsExportAction” not found
Any ideas?
Thanks 🙏
3 Replies
IT's saying that FilamentActionsExportAction class cannot be found. That class doesn't exist in your code or in filament vendor so have a look where you have declared it. I suspect you want:
Filament\Actions\ExportAction
Sorry, I must have made a mistake when cc'ing, I have the error: "Filament\Actions\ExportAction" not found
so run:
Composer update
That action still exists in the altest version
failing the above run:
php artisan about and provide the filament version.