mrugeshtatvasoft / laravel-datatables-buttons
Laravel DataTables Buttons 插件。
v1.1
2024-05-28 12:09 UTC
Requires
Requires (Dev)
- larastan/larastan: ^2.9.2
- laravel/pint: ^1.14
- maatwebsite/excel: ^3.1.55
- orchestra/testbench: ^9
- rap2hpoutre/fast-excel: ^5.4
- rector/rector: ^1.0.2
Suggests
- barryvdh/laravel-snappy: Allows exporting of dataTable to PDF using the print view.
- dompdf/dompdf: Allows exporting of dataTable to PDF using the DomPDF.
- maatwebsite/excel: Exporting of dataTables (excel, csv and PDF) using maatwebsite package.
- mrugeshtatvasoft/laravel-datatables-export: Exporting of dataTables (excel, csv and PDF) via livewire and queue worker.
- rap2hpoutre/fast-excel: Faster exporting of dataTables using fast-excel package.
This package is auto-updated.
Last update: 2024-09-28 12:48:29 UTC
README
本包是 Laravel DataTables 的插件,用于处理服务器端功能,将表格导出为 csv、excel、pdf 并打印。
要求
文档
Laravel 版本兼容性
快速安装
composer require mrugeshtatvasoft/laravel-datatables-buttons:^11
服务提供者(Laravel 5.5 可选)
mrugeshtatvasoft\DataTables\ButtonsServiceProvider::class
配置和资产(可选)
$ php artisan vendor:publish --tag=datatables-buttons --force
就这些!开始构建一些出色的 DataTables 吧!
贡献
有关详细信息,请参阅 CONTRIBUTING。
安全性
如果您发现任何安全相关的问题,请通过电子邮件 aqangeles@gmail.com 而不是使用问题跟踪器。
鸣谢
许可证
MIT 许可证(MIT)。请参阅 许可证文件 获取更多信息。