halcyon-agile / filament-export
Filament Export
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 698
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 2
Requires
- php: ^8.2
- filament/filament: ^2.17.55
- illuminate/contracts: ^10.0
- maatwebsite/excel: ^3.1.51
- spatie/laravel-package-tools: ^1.16.1
Requires (Dev)
- larastan/larastan: ^2.7
- laravel/pint: ^1.13.7
- nunomaduro/collision: ^7.10
- orchestra/testbench: ^8.18
- pestphp/pest: ^2.28.1
- pestphp/pest-plugin-arch: ^2.5
- pestphp/pest-plugin-laravel: ^2.2
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan-deprecation-rules: ^1.1.4
- phpstan/phpstan-phpunit: ^1.3.15
- spatie/laravel-ray: ^1.33
This package is not auto-updated.
Last update: 2024-07-16 02:48:51 UTC
README
Installation
You can install the package via composer:
composer require halcyon-agile/filament-export
You can publish the config file with:
php artisan vendor:publish --tag="filament-export-config"
This is the contents of the published config file:
return [
];
Usage
// TODO:
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.