filament-export icon indicating copy to clipboard operation
filament-export copied to clipboard

Filament 3 - Laravel 10

Open TranLTR opened this issue 1 year ago • 4 comments

Hi, Is compatibility with Filament 3 and Laravel 10 possible?

TranLTR avatar Nov 02 '23 15:11 TranLTR

al parecer no es compatible con filament V3 ni livewire V3 bota errores

jhony94 avatar Nov 20 '23 01:11 jhony94

Any updates here ? thanks :)

aeq-dev avatar Nov 22 '23 15:11 aeq-dev

Works for me! composer.json

   "require": {
...
"alperenersoy/filament-export": "^3.0@beta",
"filament/filament": "^3.0-stable",
"laravel/framework": "^10.10",
"livewire/livewire": "^3.0",
...
}

shopapps avatar Jan 08 '24 09:01 shopapps

composer require alperenersoy/filament-export:^3.0.3-beta

try that guys, its working on filament 3

emmanpbarrameda avatar Jul 16 '24 10:07 emmanpbarrameda