Download the PHP package wali/filament-word-export without Composer
On this page you can find all versions of the php package wali/filament-word-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wali/filament-word-export
More information about wali/filament-word-export
Files in wali/filament-word-export
Package filament-word-export
Short Description A powerful Filament plugin for exporting table data to Word documents with customizable headers, footers, and styling
License MIT
Homepage https://github.com/wali-eldin-hassan/filament-word-export
Informations about the package filament-word-export
Filament Word Export Plugin
A Filament plugin for exporting table data to Microsoft Word (DOCX) format.
Requirements
- PHP 8.3+
- Laravel 11.x or 12.x
- Filament 3.x or 4.x
Installation
You can install the package via composer:
Usage
Basic Usage
Add the export action to your Filament table:
Customizing Headers and Footers
You can customize headers and footers per action:
Advanced Customization
For more advanced customization, you can use template overrides:
Configuration
Publish the configuration file:
Configuration Options
The configuration file allows you to set default values for headers and footers:
Development
This project uses Laravel Pint for code formatting and Rector for automated refactoring.
Code Formatting with Pint
Code Refactoring with Rector
Combined Commands
Manual Tool Usage
You can also run the tools directly:
Configuration Files
pint.json- Laravel Pint configurationrector.php- Rector configurationconfig/filament-word-export.php- Plugin configuration
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-word-export with dependencies
filament/filament Version ^4.0
spatie/laravel-package-tools Version ^1.14
phpoffice/phpword Version ^1.4.0
illuminate/support Version ^11.0|^12.0