Laravel Datatables Buttons
Laravel Datatables Buttons stats
- Downloads
- 4.4M
- Stars
- 243
- Open Issues
- 3
- Forks
- 50
Laravel DataTables Buttons Plugin.
Laravel DataTables Buttons Plugin Summary
The Laravel DataTables Buttons Plugin is a powerful extension for the Laravel DataTables service, designed to enhance server-side functionality by enabling the export of DataTables content into formats like CSV, Excel, PDF, and supporting direct print options. Tailored for use with Laravel 10.x, this plugin integrates smoothly with existing DataTables setups and adds extensive data manipulation capabilities directly from the Laravel application.
Key Features:
- Export Capabilities: Easily export data from DataTables into CSV, Excel, and PDF formats, or initiate direct prints.
- Compatibility: Supports Laravel 10.x, aligning with the latest Laravel standards for seamless integration.
- Dependencies: Requires PHP 8.1 or higher, Laravel DataTables, and the jQuery DataTables Buttons Extension for full functionality.
Installation:
Install the package via Composer:
composer require yajra/laravel-datatables-buttons:^10
For Laravel versions below 5.5, registration of the ButtonsServiceProvider is required:
Yajra\DataTables\ButtonsServiceProvider::class
To publish configuration and assets:
php artisan vendor:publish --tag=datatables-buttons --force
Usage:
After installation, the plugin is ready to be used within your Laravel application, enhancing your DataTables with powerful exporting and printing features.
Documentation and Support:
- Detailed documentation is available at Laravel DataTables Documentation.
- For security issues, contact aqangeles@gmail.com.
- Contributions to the package can be made by following the guidelines listed in the CONTRIBUTING document.
This plugin is maintained by Arjay Angeles and the Laravel community, ensuring it stays up-to-date with the latest Laravel features and best practices.