groupesti / laravel-datatables-buttons
Laravel DataTables Buttons Plugin for Laravel 13. Fork of yajra/laravel-datatables-buttons.
Package info
github.com/groupesti/laravel-datatables-buttons
pkg:composer/groupesti/laravel-datatables-buttons
Fund package maintenance!
Requires
- groupesti/laravel-datatables-html: ^13
- groupesti/laravel-datatables-oracle: ^13
- illuminate/console: ^13
Requires (Dev)
- larastan/larastan: ^3.1
- laravel/pint: ^1.21
- maatwebsite/excel: ^3.1.64
- orchestra/testbench: ^11
- rap2hpoutre/fast-excel: ^5.6
- rector/rector: ^2.0
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.
- rap2hpoutre/fast-excel: Faster exporting of dataTables using fast-excel package.
- yajra/laravel-datatables-export: Exporting of dataTables (excel, csv and PDF) via livewire and queue worker.
This package is auto-updated.
Last update: 2026-05-22 23:00:53 UTC
README
This package is a plugin of Laravel DataTables for handling server-side function of exporting the table as csv, excel, pdf and printing.
Requirements
- PHP >= 8.2
- Laravel 12.x
- Laravel DataTables
- jQuery DataTables v1.10.x
- jQuery DataTables Buttons Extension
Documentations
Laravel Version Compatibility
| Laravel | Package |
|---|---|
| 8.x and below | 4.x |
| 9.x | 9.x |
| 10.x | 10.x |
| 11.x | 11.x |
| 12.x | 12.x |
| 13.x | 13.x |
Quick Installation
composer require yajra/laravel-datatables-buttons:^13
Service Provider (Optional on Laravel 5.5)
Yajra\DataTables\ButtonsServiceProvider::class
Configuration and Assets (Optional)
$ php artisan vendor:publish --tag=datatables-buttons --force
And that's it! Start building out some awesome DataTables!
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email aqangeles@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.