yajra / laravel-datatables-buttons
Laravel DataTables Buttons Plugin.
Fund package maintenance!
Patreon
www.paypal.me/yajra
Installs: 2 951 506
Dependents: 58
Suggesters: 10
Security: 0
Stars: 221
Watchers: 9
Forks: 42
Open Issues: 1
Requires
- php: ^8.0.2
- illuminate/console: *
- yajra/laravel-datatables-html: 9.*
- yajra/laravel-datatables-oracle: 10.*
Requires (Dev)
- barryvdh/laravel-snappy: ^1.0
- maatwebsite/excel: ^3.1.40
- nunomaduro/larastan: ^2.1
- orchestra/testbench: ^7.3
- rap2hpoutre/fast-excel: ^3.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.
- rap2hpoutre/fast-excel: Faster exporting of dataTables using fast-excel package.
- dev-master / 9.0.x-dev
- v9.0.10
- v9.0.9
- v9.0.8
- v9.0.7
- v9.0.6
- v9.0.5
- v9.0.4
- v9.0.3
- v9.0.2
- v9.0.1
- v9.0.0
- v4.13.3
- v4.13.2
- v4.13.1
- v4.13.0
- v4.12.2
- v4.12.1
- v4.12.0
- v4.11.1
- v4.11.0
- v4.10.4
- v4.10.3
- v4.10.2
- v4.10.1
- v4.10.0
- v4.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
- 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-view-string-null
This package is auto-updated.
Last update: 2022-07-21 07:31:44 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.0.2
- Laravel 9.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 |
Quick Installation
composer require yajra/laravel-datatables-buttons:^9.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.