ganganimaulik / laravel-datatables-buttons
Laravel DataTables Buttons Plugin.
Fund package maintenance!
Patreon
www.paypal.me/yajra
Requires
- php: >=7.0
- illuminate/console: ^5.5|^6|^7
- maatwebsite/excel: ^3.0
- yajra/laravel-datatables-html: 3.*|4.*
- yajra/laravel-datatables-oracle: 8.*|9.*
Requires (Dev)
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.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.
- 4.9.3
- v4.9.2
- v4.9.1
- v4.9.0
- v4.8.0
- v4.7.0
- v4.6.0
- v4.5.0
- v4.4.0
- v4.3.0
- v4.2.0
- v4.1.0
- 4.0.x-dev
- dev-master / 4.0.x-dev
- v4.0.0
- v3.3.1
- v3.3.0
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.2
- v3.0.1
- v3.0.0
- 2.0.x-dev
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- 1.0.x-dev
- v1.0.1
- v1.0.0
- dev-revert-1-ganganimaulik-patch-1
This package is not auto-updated.
Last update: 2025-03-09 13:21:38 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. 000
Requirements
Documentations
NOTE
This version is still on experimental stage. Until Laravel DataTables v8.x stable version is released, there might be a breaking changes that may be included on future releases.
Quick Installation
composer require yajra/laravel-datatables-buttons:^4.0
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.