3x1io/filament-excel

Filament Excel Export
Excel Export for Resources
Installation
You can install the package via composer:
composer require 3x1io/filament-excel
and now clear cache
php artisan optimize:clear
Usage
it's very easy to generate export just use this command
php artisan filament:export UserResource User
where UserResource is a Resource name and User is a Model
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.