mrugeshtatvasoft / laravel-datatables-buttons
Laravel DataTables Buttons Plugin.
Fund package maintenance!
mrugeshtatvasoft
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-10-28 12:59:40 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 mrugeshtatvasoft/laravel-datatables-buttons:^11
Service Provider (Optional on Laravel 5.5)
mrugeshtatvasoft\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.