pxlrbt/filament-excel

Filename Error on V2.1

Closed this issue · 0 comments

Hi, I migrated to V2.1 and now when I want to use Liveware closure I get this error on withFilename option
Captura desde 2023-08-30 23-56-22

Before migration it's worked ok. I migrated filament to v3 and this library to V2.1. I tested others Closures (like $state or $record) and have the same error.

my code
Captura desde 2023-08-30 23-59-35

my composer :

"require": {
"php": "^8.1",
"3x1io/filament-user": "^1.1",
"bezhansalleh/filament-shield": "^3.0@beta",
"codeat3/blade-vaadin-icons": "^1.4",
"filament/filament": "^3.0-stable",
"flowframe/laravel-trend": "^0.1.5",
"guzzlehttp/guzzle": "^7.2",
"hammerstone/fast-paginate": "^1.0",
"jeffgreco13/filament-breezy": "^2.1",
"konnco/filament-import": "^2.0@beta",
"laravel/framework": "^10.0",
"laravel/horizon": "^5.19",
"laravel/sanctum": "^3.2",
"laravel/telescope": "^4.16",
"laravel/tinker": "^2.8",
"leandrocfe/filament-apex-charts": "^3.0",
"psr/simple-cache": "^2.0",
"pxlrbt/filament-excel": "^2.1",
"shuvroroy/filament-spatie-laravel-health": "^2.0",
"spatie/pdf-to-text": "^1.52"
},

Can you help me?