Excel Export for Resources
You can install the package via composer:
composer require 3x1io/filament-excel
and now clear cache
php artisan optimize:clear
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
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.