yajra / laravel-datatables-buttons
Laravel DataTables Buttons Plugin.
Fund package maintenance!
yajra
Installs: 6 134 710
Dependents: 63
Suggesters: 10
Security: 0
Stars: 254
Watchers: 9
Forks: 53
Open Issues: 5
Requires
- php: ^8.2
- illuminate/console: ^11
- yajra/laravel-datatables-html: ^11
- yajra/laravel-datatables-oracle: ^11
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.
- 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.
- v11.2.1
- v11.2.0
- v11.1.0
- dev-master / 11.0.x-dev
- v11.0.0
- 10.x-dev
- v10.0.9
- v10.0.8
- v10.0.7
- v10.0.6
- v10.0.5
- v10.0.4
- v10.0.3
- v10.0.2
- v10.0.1
- v10.0.0
- v9.1.4
- v9.1.3
- v9.1.2
- v9.1.1
- v9.1.0
- 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-ferror
This package is auto-updated.
Last update: 2024-10-14 08:53:35 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 11.x
- Laravel DataTables
- jQuery DataTables v1.10.x
- jQuery DataTables Buttons Extension
Documentations
Laravel Version Compatibility
Quick Installation
composer require yajra/laravel-datatables-buttons:^11
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.